#662E2A

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

Shades of Kenyan Copper #662E2A

Tints of Kenyan Copper #662E2A

Color information

#662E2A (or 0x662E2A) is unknown color: approx Kenyan Copper. HEX triplet: 66, 2E and 2A. RGB value is (102,46,42). Sum of RGB (Red+Green+Blue) = 102+46+42=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #662E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E2A is #99D1D5. Grayscale: #3E3E3E. Windows color (decimal): -10080726 or 2764390. OLE color: 2764390.

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

Color convert

RGB1024642-
CMYK00.550.590.6
HSL41.67%28.24%-
HSV(B)58.82%40%-
XYZ6.874.952.78-
YUV62.29116.55156.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=53.68%
G=24.21%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102464200.550.590.6441.6728.24
Hex662E2A0373B3C42a1c
Octal1465652067737445234
Binary1100110101110101010011011111101111110010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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