#66161B

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

Shades of Pohutukawa #66161B

Tints of Pohutukawa #66161B

Color information

#66161B (or 0x66161B) is unknown color: approx Pohutukawa. HEX triplet: 66, 16 and 1B. RGB value is (102,22,27). Sum of RGB (Red+Green+Blue) = 102+22+27=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66161B is #99E9E4. Grayscale: #2E2E2E. Windows color (decimal): -10086885 or 1775206. OLE color: 1775206.

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

Color convert

RGB1022227-
CMYK00.780.740.6
HSL356.25º64.52%24.31%-
HSV(B)356.25º78.43%40%-
XYZ5.963.481.39-
YUV46.49117167.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=67.55%
G=14.57%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102222700.780.740.6356.2564.5224.31
Hex66161B04E4A3C1644118
Octal146263301161127454410130
Binary11001101011011011010011101001010111100101100100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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