#660C0E

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

Shades of Pohutukawa #660C0E

Tints of Pohutukawa #660C0E

Color information

#660C0E (or 0x660C0E) is unknown color: approx Pohutukawa. HEX triplet: 66, 0C and 0E. RGB value is (102,12,14). Sum of RGB (Red+Green+Blue) = 102+12+14=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #660C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660C0E is #99F3F1. Grayscale: #272727. Windows color (decimal): -10089458 or 920678. OLE color: 920678.

HSL color Cylindrical-coordinate representation of color #660C0E: hue angle of 358.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660C0E is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB1021214-
CMYK00.880.860.6
HSL358.67º78.95%22.35%-
HSV(B)358.67º88.24%40%-
XYZ5.693.120.72-
YUV39.14113.82172.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 79.69%
GREEN value IS 12 (5.08% from 255) = 9.38%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=79.69%
G=9.38%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102121400.880.860.6358.6778.9522.35
Hex66CE058563C1674f16
Octal146141601301267454711726
Binary110011011001110010110001010110111100101100111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,12,14); }

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

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

 a { background-color: rgb(102,12,14); }

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

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

 span { border-color: rgb(102,12,14); }

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