#66061B

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

Shades of Pohutukawa #66061B

Tints of Pohutukawa #66061B

Color information

#66061B (or 0x66061B) is unknown color: approx Pohutukawa. HEX triplet: 66, 06 and 1B. RGB value is (102,6,27). Sum of RGB (Red+Green+Blue) = 102+6+27=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #66061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66061B is #99F9E4. Grayscale: #252525. Windows color (decimal): -10090981 or 1771110. OLE color: 1771110.

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

Color convert

RGB102627-
CMYK00.940.740.6
HSL346.88º88.89%21.18%-
HSV(B)346.88º94.12%40%-
XYZ5.743.031.32-
YUV37.1122.3174.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75.56%
GREEN value IS 6 (2.73% from 255) = 4.44%
BLUE value IS 27 (10.94% from 255) = 20%
R=75.56%
G=4.44%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10262700.940.740.6346.8888.8921.18
Hex6661B05E4A3C15b5915
Octal14663301361127453313125
Binary110011011011011010111101001010111100101011011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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