#662B29

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

Shades of Kenyan Copper #662B29

Tints of Kenyan Copper #662B29

Color information

#662B29 (or 0x662B29) is unknown color: approx Kenyan Copper. HEX triplet: 66, 2B and 29. RGB value is (102,43,41). Sum of RGB (Red+Green+Blue) = 102+43+41=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #662B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B29 is #99D4D6. Grayscale: #3C3C3C. Windows color (decimal): -10081495 or 2698086. OLE color: 2698086.

HSL color Cylindrical-coordinate representation of color #662B29: hue angle of 1.97º 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 #662B29 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB1024341-
CMYK00.580.600.6
HSL1.97º42.66%28.04%-
HSV(B)1.97º59.8%40%-
XYZ6.744.712.65-
YUV60.41117.05157.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.84%
GREEN value IS 43 (17.19% from 255) = 23.12%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=54.84%
G=23.12%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102434100.580.600.61.9742.6628.04
Hex662B2903A3C3C22b1c
Octal1465351072747425334
Binary110011010101110100101110101111001111001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662B29; }

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

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

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

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

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

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

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

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