#662929

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

Shades of Kenyan Copper #662929

Tints of Kenyan Copper #662929

Color information

#662929 (or 0x662929) is unknown color: approx Kenyan Copper. HEX triplet: 66, 29 and 29. RGB value is (102,41,41). Sum of RGB (Red+Green+Blue) = 102+41+41=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #662929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662929 is #99D6D6. Grayscale: #3B3B3B. Windows color (decimal): -10082007 or 2697574. OLE color: 2697574.

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

Color convert

RGB1024141-
CMYK00.600.600.6
HSL42.66%28.04%-
HSV(B)59.8%40%-
XYZ6.674.572.63-
YUV59.24117.71158.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 41 (16.41% from 255) = 22.28%
R=55.43%
G=22.28%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102414100.600.600.6042.6628.04
Hex66292903C3C3C02b1c
Octal1465151074747405334
Binary11001101010011010010111100111100111100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662929; }

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

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

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

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

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

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

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

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