#66161F

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

Shades of Pohutukawa #66161F

Tints of Pohutukawa #66161F

Color information

#66161F (or 0x66161F) is unknown color: approx Pohutukawa. HEX triplet: 66, 16 and 1F. RGB value is (102,22,31). Sum of RGB (Red+Green+Blue) = 102+22+31=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #66161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66161F is #99E9E0. Grayscale: #2E2E2E. Windows color (decimal): -10086881 or 2037350. OLE color: 2037350.

HSL color Cylindrical-coordinate representation of color #66161F: hue angle of 353.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66161F is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB1022231-
CMYK00.780.700.6
HSL353.25º64.52%24.31%-
HSV(B)353.25º78.43%40%-
XYZ6.013.51.65-
YUV46.95119167.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.81%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 31 (12.5% from 255) = 20%
R=65.81%
G=14.19%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102223100.780.700.6353.2564.5224.31
Hex66161F04E463C1614118
Octal146263701161067454110130
Binary11001101011011111010011101000110111100101100001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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