#66171F

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

Shades of Pohutukawa #66171F

Tints of Pohutukawa #66171F

Color information

#66171F (or 0x66171F) is unknown color: approx Pohutukawa. HEX triplet: 66, 17 and 1F. RGB value is (102,23,31). Sum of RGB (Red+Green+Blue) = 102+23+31=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #66171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66171F is #99E8E0. Grayscale: #2F2F2F. Windows color (decimal): -10086625 or 2037606. OLE color: 2037606.

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

Color convert

RGB1022331-
CMYK00.770.700.6
HSL353.92º63.2%24.51%-
HSV(B)353.92º77.45%40%-
XYZ6.033.541.66-
YUV47.53118.67166.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=65.38%
G=14.74%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102233100.770.700.6353.9263.224.51
Hex66171F04D463C1623f19
Octal14627370115106745427731
Binary1100110101111111101001101100011011110010110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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