#662C27

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

Shades of Kenyan Copper #662C27

Tints of Kenyan Copper #662C27

Color information

#662C27 (or 0x662C27) is unknown color: approx Kenyan Copper. HEX triplet: 66, 2C and 27. RGB value is (102,44,39). Sum of RGB (Red+Green+Blue) = 102+44+39=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #662C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C27 is #99D3D8. Grayscale: #3C3C3C. Windows color (decimal): -10081241 or 2567270. OLE color: 2567270.

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

Color convert

RGB1024439-
CMYK00.570.620.6
HSL4.76º44.68%27.65%-
HSV(B)4.76º61.76%40%-
XYZ6.754.772.49-
YUV60.77115.72157.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=55.14%
G=23.78%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102443900.570.620.64.7644.6827.65
Hex662C270393E3C52d1c
Octal1465447071767455534
Binary1100110101100100111011100111111011110010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,44,39); }

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

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

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

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

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

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

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