#6D0C13

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

Shades of Pohutukawa #6D0C13

Tints of Pohutukawa #6D0C13

Color information

#6D0C13 (or 0x6D0C13) is unknown color: approx Pohutukawa. HEX triplet: 6D, 0C and 13. RGB value is (109,12,19). Sum of RGB (Red+Green+Blue) = 109+12+19=140 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.86% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0C13 is #92F3EC. Grayscale: #292929. Windows color (decimal): -9630701 or 1248365. OLE color: 1248365.

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

Color convert

RGB1091219-
CMYK00.890.830.57
HSL355.67º80.17%23.73%-
HSV(B)355.67º88.99%42.75%-
XYZ6.563.560.96-
YUV41.8115.14175.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 77.86%
GREEN value IS 12 (5.08% from 255) = 8.57%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=77.86%
G=8.57%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109121900.890.830.57355.6780.1723.73
Hex6DC1305953391645018
Octal155142301311237154412030
Binary1101101110010011010110011010011111001101100100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,12,19); }

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

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

 a { background-color: rgb(109,12,19); }

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

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

 span { border-color: rgb(109,12,19); }

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