#66061E

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

Shades of Pohutukawa #66061E

Tints of Pohutukawa #66061E

Color information

#66061E (or 0x66061E) is unknown color: approx Pohutukawa. HEX triplet: 66, 06 and 1E. RGB value is (102,6,30). Sum of RGB (Red+Green+Blue) = 102+6+30=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #66061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66061E is #99F9E1. Grayscale: #252525. Windows color (decimal): -10090978 or 1967718. OLE color: 1967718.

HSL color Cylindrical-coordinate representation of color #66061E: hue angle of 345º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66061E is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB102630-
CMYK00.940.710.6
HSL345º88.89%21.18%-
HSV(B)345º94.12%40%-
XYZ5.783.051.51-
YUV37.44123.8174.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.91%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=73.91%
G=4.35%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10263000.940.710.634588.8921.18
Hex6661E05E473C1595915
Octal14663601361077453113125
Binary110011011011110010111101000111111100101011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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