#66061F

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

Shades of Pohutukawa #66061F

Tints of Pohutukawa #66061F

Color information

#66061F (or 0x66061F) is unknown color: approx Pohutukawa. HEX triplet: 66, 06 and 1F. RGB value is (102,6,31). Sum of RGB (Red+Green+Blue) = 102+6+31=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #66061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66061F is #99F9E0. Grayscale: #252525. Windows color (decimal): -10090977 or 2033254. OLE color: 2033254.

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

Color convert

RGB102631-
CMYK00.940.700.6
HSL344.38º88.89%21.18%-
HSV(B)344.38º94.12%40%-
XYZ5.793.051.58-
YUV37.55124.3173.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.38%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=73.38%
G=4.32%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10263100.940.700.6344.3888.8921.18
Hex6661F05E463C1585915
Octal14663701361067453013125
Binary110011011011111010111101000110111100101011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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