#66061A

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

Shades of Pohutukawa #66061A

Tints of Pohutukawa #66061A

Color information

#66061A (or 0x66061A) is unknown color: approx Pohutukawa. HEX triplet: 66, 06 and 1A. RGB value is (102,6,26). Sum of RGB (Red+Green+Blue) = 102+6+26=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #66061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66061A is #99F9E5. Grayscale: #252525. Windows color (decimal): -10090982 or 1705574. OLE color: 1705574.

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

Color convert

RGB102626-
CMYK00.940.750.6
HSL347.5º88.89%21.18%-
HSV(B)347.5º94.12%40%-
XYZ5.733.031.26-
YUV36.98121.8174.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 76.12%
GREEN value IS 6 (2.73% from 255) = 4.48%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=76.12%
G=4.48%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10262600.940.750.6347.588.8921.18
Hex6661A05E4B3C15c5915
Octal14663201361137453413125
Binary110011011011010010111101001011111100101011100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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