#6D1720

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

Shades of Pohutukawa #6D1720

Tints of Pohutukawa #6D1720

Color information

#6D1720 (or 0x6D1720) is unknown color: approx Pohutukawa. HEX triplet: 6D, 17 and 20. RGB value is (109,23,32). Sum of RGB (Red+Green+Blue) = 109+23+32=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1720 is #92E8DF. Grayscale: #313131. Windows color (decimal): -9627872 or 2103149. OLE color: 2103149.

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

Color convert

RGB1092332-
CMYK00.790.710.57
HSL353.72º65.15%25.88%-
HSV(B)353.72º78.9%42.75%-
XYZ6.873.971.77-
YUV49.74117.99170.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 66.46%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=66.46%
G=14.02%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109233200.790.710.57353.7265.1525.88
Hex6D172004F4739162411a
Octal155274001171077154210132
Binary110110110111100000010011111000111111001101100010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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