#662224

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

Shades of Pohutukawa #662224

Tints of Pohutukawa #662224

Color information

#662224 (or 0x662224) is unknown color: approx Pohutukawa. HEX triplet: 66, 22 and 24. RGB value is (102,34,36). Sum of RGB (Red+Green+Blue) = 102+34+36=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #662224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662224 is #99DDDB. Grayscale: #363636. Windows color (decimal): -10083804 or 2368102. OLE color: 2368102.

HSL color Cylindrical-coordinate representation of color #662224: hue angle of 358.24º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662224 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB1023436-
CMYK00.670.650.6
HSL358.24º50%26.67%-
HSV(B)358.24º66.67%40%-
XYZ6.374.12.12-
YUV54.56117.53161.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 36 (14.45% from 255) = 20.93%
R=59.30%
G=19.77%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102343600.670.650.6358.245026.67
Hex662224043413C166321b
Octal14642440103101745466233
Binary110011010001010010001000011100000111110010110011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662224; }

 p { color: rgb(102,34,36); }

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

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

 a { background-color: rgb(102,34,36); }

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

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

 span { border-color: rgb(102,34,36); }

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