#66090A

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

Shades of Pohutukawa #66090A

Tints of Pohutukawa #66090A

Color information

#66090A (or 0x66090A) is unknown color: approx Pohutukawa. HEX triplet: 66, 09 and 0A. RGB value is (102,9,10). Sum of RGB (Red+Green+Blue) = 102+9+10=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #66090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66090A is #99F6F5. Grayscale: #252525. Windows color (decimal): -10090230 or 657766. OLE color: 657766.

HSL color Cylindrical-coordinate representation of color #66090A: hue angle of 359.35º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66090A is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB102910-
CMYK00.910.900.6
HSL359.35º83.78%21.76%-
HSV(B)359.35º91.18%40%-
XYZ5.633.040.58-
YUV36.92112.81174.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 84.30%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=84.30%
G=7.44%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10291000.910.900.6359.3583.7821.76
Hex669A05B5A3C1675416
Octal146111201331327454712426
Binary110011010011010010110111011010111100101100111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66090A; }

 p { color: rgb(102,9,10); }

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

<style>
 a { background-color: #66090A; }

 a { background-color: rgb(102,9,10); }

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

<style>
 span { border-color: #66090A; }

 span { border-color: rgb(102,9,10); }

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