#66080B

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

Shades of Pohutukawa #66080B

Tints of Pohutukawa #66080B

Color information

#66080B (or 0x66080B) is unknown color: approx Pohutukawa. HEX triplet: 66, 08 and 0B. RGB value is (102,8,11). Sum of RGB (Red+Green+Blue) = 102+8+11=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #66080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66080B is #99F7F4. Grayscale: #242424. Windows color (decimal): -10090485 or 723046. OLE color: 723046.

HSL color Cylindrical-coordinate representation of color #66080B: hue angle of 358.09º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66080B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB102811-
CMYK00.920.890.6
HSL358.09º85.45%21.57%-
HSV(B)358.09º92.16%40%-
XYZ5.633.020.6-
YUV36.45113.64174.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 84.30%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 11 (4.69% from 255) = 9.09%
R=84.30%
G=6.61%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10281100.920.890.6358.0985.4521.57
Hex668B05C593C1665516
Octal146101301341317454612526
Binary110011010001011010111001011001111100101100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66080B; }

 p { color: rgb(102,8,11); }

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

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

 a { background-color: rgb(102,8,11); }

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

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

 span { border-color: rgb(102,8,11); }

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