#6D1116

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

Shades of Pohutukawa #6D1116

Tints of Pohutukawa #6D1116

Color information

#6D1116 (or 0x6D1116) is unknown color: approx Pohutukawa. HEX triplet: 6D, 11 and 16. RGB value is (109,17,22). Sum of RGB (Red+Green+Blue) = 109+17+22=148 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.65% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1116 is #92EEE9. Grayscale: #2D2D2D. Windows color (decimal): -9629418 or 1446253. OLE color: 1446253.

HSL color Cylindrical-coordinate representation of color #6D1116: hue angle of 356.74º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1116 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB1091722-
CMYK00.840.800.57
HSL356.74º73.02%24.71%-
HSV(B)356.74º84.4%42.75%-
XYZ6.653.711.12-
YUV45.08114.98173.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 73.65%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=73.65%
G=11.49%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109172200.840.800.57356.7473.0224.71
Hex6D111605450391654919
Octal155212601241207154511131
Binary11011011000110110010101001010000111001101100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,17,22); }

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

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

 a { background-color: rgb(109,17,22); }

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

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

 span { border-color: rgb(109,17,22); }

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