#662022

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

Shades of Pohutukawa #662022

Tints of Pohutukawa #662022

Color information

#662022 (or 0x662022) is unknown color: approx Pohutukawa. HEX triplet: 66, 20 and 22. RGB value is (102,32,34). Sum of RGB (Red+Green+Blue) = 102+32+34=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #662022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662022 is #99DFDD. Grayscale: #353535. Windows color (decimal): -10084318 or 2236518. OLE color: 2236518.

HSL color Cylindrical-coordinate representation of color #662022: hue angle of 358.29º 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 #662022 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB1023234-
CMYK00.690.670.6
HSL358.29º52.24%26.27%-
HSV(B)358.29º68.63%40%-
XYZ6.283.971.95-
YUV53.16117.19162.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 34 (13.67% from 255) = 20.24%
R=60.71%
G=19.05%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102323400.690.670.6358.2952.2426.27
Hex662022045433C166341a
Octal14640420105103745466432
Binary110011010000010001001000101100001111110010110011011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662022; }

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

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

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

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

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

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

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

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