#6C0D11

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

Shades of Pohutukawa #6C0D11

Tints of Pohutukawa #6C0D11

Color information

#6C0D11 (or 0x6C0D11) is unknown color: approx Pohutukawa. HEX triplet: 6C, 0D and 11. RGB value is (108,13,17). Sum of RGB (Red+Green+Blue) = 108+13+17=138 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.26% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0D11 is #93F2EE. Grayscale: #292929. Windows color (decimal): -9695983 or 1117548. OLE color: 1117548.

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

Color convert

RGB1081317-
CMYK00.880.840.58
HSL357.47º78.51%23.73%-
HSV(B)357.47º87.96%42.35%-
XYZ6.433.520.87-
YUV41.86113.97175.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 78.26%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=78.26%
G=9.42%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108131700.880.840.58357.4778.5123.73
Hex6CD11058543A1654f18
Octal154152101301247254511730
Binary1101100110110001010110001010100111010101100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,13,17); }

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

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

 a { background-color: rgb(108,13,17); }

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

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

 span { border-color: rgb(108,13,17); }

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