#66091A

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

Shades of Pohutukawa #66091A

Tints of Pohutukawa #66091A

Color information

#66091A (or 0x66091A) is unknown color: approx Pohutukawa. HEX triplet: 66, 09 and 1A. RGB value is (102,9,26). Sum of RGB (Red+Green+Blue) = 102+9+26=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #66091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66091A is #99F6E5. Grayscale: #262626. Windows color (decimal): -10090214 or 1706342. OLE color: 1706342.

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

Color convert

RGB102926-
CMYK00.910.750.6
HSL349.03º83.78%21.76%-
HSV(B)349.03º91.18%40%-
XYZ5.763.091.27-
YUV38.74120.81173.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 74.45%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=74.45%
G=6.57%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10292600.910.750.6349.0383.7821.76
Hex6691A05B4B3C15d5416
Octal146113201331137453512426
Binary1100110100111010010110111001011111100101011101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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