#660F10

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

Shades of Pohutukawa #660F10

Tints of Pohutukawa #660F10

Color information

#660F10 (or 0x660F10) is unknown color: approx Pohutukawa. HEX triplet: 66, 0F and 10. RGB value is (102,15,16). Sum of RGB (Red+Green+Blue) = 102+15+16=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #660F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F10 is #99F0EF. Grayscale: #292929. Windows color (decimal): -10088688 or 1052518. OLE color: 1052518.

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

Color convert

RGB1021516-
CMYK00.850.840.6
HSL359.31º74.36%22.94%-
HSV(B)359.31º85.29%40%-
XYZ5.743.20.81-
YUV41.13113.82171.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 76.69%
GREEN value IS 15 (6.25% from 255) = 11.28%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=76.69%
G=11.28%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102151600.850.840.6359.3174.3622.94
Hex66F10055543C1674a17
Octal146172001251247454711227
Binary1100110111110000010101011010100111100101100111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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