#662E2B

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

Shades of Kenyan Copper #662E2B

Tints of Kenyan Copper #662E2B

Color information

#662E2B (or 0x662E2B) is unknown color: approx Kenyan Copper. HEX triplet: 66, 2E and 2B. RGB value is (102,46,43). Sum of RGB (Red+Green+Blue) = 102+46+43=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #662E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E2B is #99D1D4. Grayscale: #3E3E3E. Windows color (decimal): -10080725 or 2829926. OLE color: 2829926.

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

Color convert

RGB1024643-
CMYK00.550.580.6
HSL3.05º40.69%28.43%-
HSV(B)3.05º57.84%40%-
XYZ6.894.952.88-
YUV62.4117.05156.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.40%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=53.40%
G=24.08%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102464300.550.580.63.0540.6928.43
Hex662E2B0373A3C3291c
Octal1465653067727435134
Binary110011010111010101101101111110101111001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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