#66091E

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

Shades of Pohutukawa #66091E

Tints of Pohutukawa #66091E

Color information

#66091E (or 0x66091E) is unknown color: approx Pohutukawa. HEX triplet: 66, 09 and 1E. RGB value is (102,9,30). Sum of RGB (Red+Green+Blue) = 102+9+30=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #66091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66091E is #99F6E1. Grayscale: #272727. Windows color (decimal): -10090210 or 1968486. OLE color: 1968486.

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

Color convert

RGB102930-
CMYK00.910.710.6
HSL346.45º83.78%21.76%-
HSV(B)346.45º91.18%40%-
XYZ5.813.111.52-
YUV39.2122.81172.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.34%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=72.34%
G=6.38%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10293000.910.710.6346.4583.7821.76
Hex6691E05B473C15a5416
Octal146113601331077453212426
Binary1100110100111110010110111000111111100101011010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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