#662927

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

Shades of Kenyan Copper #662927

Tints of Kenyan Copper #662927

Color information

#662927 (or 0x662927) is unknown color: approx Kenyan Copper. HEX triplet: 66, 29 and 27. RGB value is (102,41,39). Sum of RGB (Red+Green+Blue) = 102+41+39=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #662927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662927 is #99D6D8. Grayscale: #3B3B3B. Windows color (decimal): -10082009 or 2566502. OLE color: 2566502.

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

Color convert

RGB1024139-
CMYK00.600.620.6
HSL1.9º44.68%27.65%-
HSV(B)1.9º61.76%40%-
XYZ6.644.562.45-
YUV59.01116.71158.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 39 (15.62% from 255) = 21.43%
R=56.04%
G=22.53%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102413900.600.620.61.944.6827.65
Hex66292703C3E3C22d1c
Octal1465147074767425534
Binary110011010100110011101111001111101111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662927; }

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

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

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

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

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

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

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

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