#660F22

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

Shades of Pohutukawa #660F22

Tints of Pohutukawa #660F22

Color information

#660F22 (or 0x660F22) is unknown color: approx Pohutukawa. HEX triplet: 66, 0F and 22. RGB value is (102,15,34). Sum of RGB (Red+Green+Blue) = 102+15+34=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #660F22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F22 is #99F0DD. Grayscale: #2B2B2B. Windows color (decimal): -10088670 or 2232166. OLE color: 2232166.

HSL color Cylindrical-coordinate representation of color #660F22: hue angle of 346.9º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F22 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB1021534-
CMYK00.850.670.6
HSL346.9º74.36%22.94%-
HSV(B)346.9º85.29%40%-
XYZ5.943.281.83-
YUV43.18122.82169.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 15 (6.25% from 255) = 9.93%
BLUE value IS 34 (13.67% from 255) = 22.52%
R=67.55%
G=9.93%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102153400.850.670.6346.974.3622.94
Hex66F22055433C15b4a17
Octal146174201251037453311227
Binary11001101111100010010101011000011111100101011011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660F22; }

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

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

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

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

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

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

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

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