#66090B

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

Shades of Pohutukawa #66090B

Tints of Pohutukawa #66090B

Color information

#66090B (or 0x66090B) is unknown color: approx Pohutukawa. HEX triplet: 66, 09 and 0B. RGB value is (102,9,11). Sum of RGB (Red+Green+Blue) = 102+9+11=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #66090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66090B is #99F6F4. Grayscale: #252525. Windows color (decimal): -10090229 or 723302. OLE color: 723302.

HSL color Cylindrical-coordinate representation of color #66090B: hue angle of 358.71º 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 #66090B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB102911-
CMYK00.910.890.6
HSL358.71º83.78%21.76%-
HSV(B)358.71º91.18%40%-
XYZ5.643.040.61-
YUV37.03113.31174.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 83.61%
GREEN value IS 9 (3.91% from 255) = 7.38%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=83.61%
G=7.38%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10291100.910.890.6358.7183.7821.76
Hex669B05B593C1675416
Octal146111301331317454712426
Binary110011010011011010110111011001111100101100111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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