#6C0C15

Color #6C0C15 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #6C0C15

Tints of Pohutukawa #6C0C15

Color information

#6C0C15 (or 0x6C0C15) is unknown color: approx Pohutukawa. HEX triplet: 6C, 0C and 15. RGB value is (108,12,21). Sum of RGB (Red+Green+Blue) = 108+12+21=141 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.60% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0C15 is #93F3EA. Grayscale: #292929. Windows color (decimal): -9696235 or 1379436. OLE color: 1379436.

HSL color Cylindrical-coordinate representation of color #6C0C15: hue angle of 354.38º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C0C15 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB1081221-
CMYK00.890.810.58
HSL354.38º80%23.53%-
HSV(B)354.38º88.89%42.35%-
XYZ6.453.511.05-
YUV41.73116.3175.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 76.60%
GREEN value IS 12 (5.08% from 255) = 8.51%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=76.60%
G=8.51%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108122100.890.810.58354.388023.53
Hex6CC15059513A1625018
Octal154142501311217254212030
Binary1101100110010101010110011010001111010101100010101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C0C15; }

 p { color: rgb(108,12,21); }

 H1.HeaderClassName
 {
   color: #6C0C15;
 }
 .AnyTagClassName
 {
   color: #6C0C15;
 }
</style>
background-color css

<style>
 a { background-color: #6C0C15; }

 a { background-color: rgb(108,12,21); }

 div.DivClassName
 {
   background-color: #6C0C15;
 }
 .BgClassName
 {
   background-color: #6C0C15;
 }
</style>
border-color css

<style>
 span { border-color: #6C0C15; }

 span { border-color: rgb(108,12,21); }

 td.TdClassName
 {
   border-color: #6C0C15;
 }
 .TagClassName
 {
   border-color: #6C0C15;
 }
</style>