#660F2C

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

Shades of Pohutukawa #660F2C

Tints of Pohutukawa #660F2C

Color information

#660F2C (or 0x660F2C) is unknown color: approx Pohutukawa. HEX triplet: 66, 0F and 2C. RGB value is (102,15,44). Sum of RGB (Red+Green+Blue) = 102+15+44=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #660F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F2C is #99F0D3. Grayscale: #2C2C2C. Windows color (decimal): -10088660 or 2887526. OLE color: 2887526.

HSL color Cylindrical-coordinate representation of color #660F2C: hue angle of 340º 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 #660F2C is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1021544-
CMYK00.850.570.6
HSL340º74.36%22.94%-
HSV(B)340º85.29%40%-
XYZ6.13.352.71-
YUV44.32127.82169.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 15 (6.25% from 255) = 9.32%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=63.35%
G=9.32%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102154400.850.570.634074.3622.94
Hex66F2C055393C1544a17
Octal14617540125717452411227
Binary1100110111110110001010101111001111100101010100100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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