#66091C

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

Shades of Pohutukawa #66091C

Tints of Pohutukawa #66091C

Color information

#66091C (or 0x66091C) is unknown color: approx Pohutukawa. HEX triplet: 66, 09 and 1C. RGB value is (102,9,28). Sum of RGB (Red+Green+Blue) = 102+9+28=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #66091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66091C is #99F6E3. Grayscale: #262626. Windows color (decimal): -10090212 or 1837414. OLE color: 1837414.

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

Color convert

RGB102928-
CMYK00.910.730.6
HSL347.74º83.78%21.76%-
HSV(B)347.74º91.18%40%-
XYZ5.793.11.39-
YUV38.97121.81172.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.38%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=73.38%
G=6.47%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10292800.910.730.6347.7483.7821.76
Hex6691C05B493C15c5416
Octal146113401331117453412426
Binary1100110100111100010110111001001111100101011100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66091C; }

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

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

<style>
 a { background-color: #66091C; }

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

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

<style>
 span { border-color: #66091C; }

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

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