#6D171F

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

Shades of Pohutukawa #6D171F

Tints of Pohutukawa #6D171F

Color information

#6D171F (or 0x6D171F) is unknown color: approx Pohutukawa. HEX triplet: 6D, 17 and 1F. RGB value is (109,23,31). Sum of RGB (Red+Green+Blue) = 109+23+31=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D171F is #92E8E0. Grayscale: #313131. Windows color (decimal): -9627873 or 2037613. OLE color: 2037613.

HSL color Cylindrical-coordinate representation of color #6D171F: hue angle of 354.42º 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 #6D171F is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB1092331-
CMYK00.790.720.57
HSL354.42º65.15%25.88%-
HSV(B)354.42º78.9%42.75%-
XYZ6.863.961.7-
YUV49.63117.49170.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 66.87%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=66.87%
G=14.11%
B=19.02%

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
Decimal109233100.790.720.57354.4265.1525.88
Hex6D171F04F4839162411a
Octal155273701171107154210132
Binary11011011011111111010011111001000111001101100010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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