#6D171E

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

Shades of Pohutukawa #6D171E

Tints of Pohutukawa #6D171E

Color information

#6D171E (or 0x6D171E) is unknown color: approx Pohutukawa. HEX triplet: 6D, 17 and 1E. RGB value is (109,23,30). Sum of RGB (Red+Green+Blue) = 109+23+30=162 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.28% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 109 - color contains mainly: red. Hex color #6D171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D171E is #92E8E1. Grayscale: #313131. Windows color (decimal): -9627874 or 1972077. OLE color: 1972077.

HSL color Cylindrical-coordinate representation of color #6D171E: hue angle of 355.12º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D171E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB1092330-
CMYK00.790.720.57
HSL355.12º65.15%25.88%-
HSV(B)355.12º78.9%42.75%-
XYZ6.853.961.63-
YUV49.51116.99170.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 67.28%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=67.28%
G=14.20%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109233000.790.720.57355.1265.1525.88
Hex6D171E04F4839163411a
Octal155273601171107154310132
Binary11011011011111110010011111001000111001101100011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,23,30); }

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

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

 a { background-color: rgb(109,23,30); }

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

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

 span { border-color: rgb(109,23,30); }

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