#661617

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

Shades of Pohutukawa #661617

Tints of Pohutukawa #661617

Color information

#661617 (or 0x661617) is unknown color: approx Pohutukawa. HEX triplet: 66, 16 and 17. RGB value is (102,22,23). Sum of RGB (Red+Green+Blue) = 102+22+23=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #661617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661617 is #99E9E8. Grayscale: #2E2E2E. Windows color (decimal): -10086889 or 1513062. OLE color: 1513062.

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

Color convert

RGB1022223-
CMYK00.780.770.6
HSL359.25º64.52%24.31%-
HSV(B)359.25º78.43%40%-
XYZ5.923.461.17-
YUV46.03115167.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.39%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 23 (9.38% from 255) = 15.65%
R=69.39%
G=14.97%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102222300.780.770.6359.2564.5224.31
Hex66161704E4D3C1674118
Octal146262701161157454710130
Binary11001101011010111010011101001101111100101100111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661617; }

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

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

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

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

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

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

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

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