#662E27

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

Shades of Kenyan Copper #662E27

Tints of Kenyan Copper #662E27

Color information

#662E27 (or 0x662E27) is unknown color: approx Kenyan Copper. HEX triplet: 66, 2E and 27. RGB value is (102,46,39). Sum of RGB (Red+Green+Blue) = 102+46+39=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #662E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E27 is #99D1D8. Grayscale: #3E3E3E. Windows color (decimal): -10080729 or 2567782. OLE color: 2567782.

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

Color convert

RGB1024639-
CMYK00.550.620.6
HSL6.67º44.68%27.65%-
HSV(B)6.67º61.76%40%-
XYZ6.824.932.51-
YUV61.95115.05156.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=54.55%
G=24.60%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102463900.550.620.66.6744.6827.65
Hex662E270373E3C72d1c
Octal1465647067767475534
Binary1100110101110100111011011111111011110011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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