#66202C

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

Shades of Pohutukawa #66202C

Tints of Pohutukawa #66202C

Color information

#66202C (or 0x66202C) is unknown color: approx Pohutukawa. HEX triplet: 66, 20 and 2C. RGB value is (102,32,44). Sum of RGB (Red+Green+Blue) = 102+32+44=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #66202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66202C is #99DFD3. Grayscale: #363636. Windows color (decimal): -10084308 or 2891878. OLE color: 2891878.

HSL color Cylindrical-coordinate representation of color #66202C: hue angle of 349.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66202C is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1023244-
CMYK00.690.570.6
HSL349.71º52.24%26.27%-
HSV(B)349.71º68.63%40%-
XYZ6.454.042.82-
YUV54.3122.19162.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=57.30%
G=17.98%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102324400.690.570.6349.7152.2426.27
Hex66202C045393C15e341a
Octal1464054010571745366432
Binary11001101000001011000100010111100111110010101111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66202C; }

 p { color: rgb(102,32,44); }

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

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

 a { background-color: rgb(102,32,44); }

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

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

 span { border-color: rgb(102,32,44); }

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