#662928

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

Shades of Kenyan Copper #662928

Tints of Kenyan Copper #662928

Color information

#662928 (or 0x662928) is unknown color: approx Kenyan Copper. HEX triplet: 66, 29 and 28. RGB value is (102,41,40). Sum of RGB (Red+Green+Blue) = 102+41+40=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #662928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662928 is #99D6D7. Grayscale: #3B3B3B. Windows color (decimal): -10082008 or 2632038. OLE color: 2632038.

HSL color Cylindrical-coordinate representation of color #662928: hue angle of 0.97º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662928 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB1024140-
CMYK00.600.610.6
HSL0.97º43.66%27.84%-
HSV(B)0.97º60.78%40%-
XYZ6.664.562.54-
YUV59.12117.21158.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=55.74%
G=22.40%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102414000.600.610.60.9743.6627.84
Hex66292803C3D3C12c1c
Octal1465150074757415434
Binary11001101010011010000111100111101111100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662928; }

 p { color: rgb(102,41,40); }

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

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

 a { background-color: rgb(102,41,40); }

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

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

 span { border-color: rgb(102,41,40); }

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