#66171B

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

Shades of Pohutukawa #66171B

Tints of Pohutukawa #66171B

Color information

#66171B (or 0x66171B) is unknown color: approx Pohutukawa. HEX triplet: 66, 17 and 1B. RGB value is (102,23,27). Sum of RGB (Red+Green+Blue) = 102+23+27=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #66171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66171B is #99E8E4. Grayscale: #2F2F2F. Windows color (decimal): -10086629 or 1775462. OLE color: 1775462.

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

Color convert

RGB1022327-
CMYK00.770.740.6
HSL356.96º63.2%24.51%-
HSV(B)356.96º77.45%40%-
XYZ5.983.521.4-
YUV47.08116.67167.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=67.11%
G=15.13%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102232700.770.740.6356.9663.224.51
Hex66171B04D4A3C1653f19
Octal14627330115112745457731
Binary1100110101111101101001101100101011110010110010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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