#662C2A

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

Shades of Kenyan Copper #662C2A

Tints of Kenyan Copper #662C2A

Color information

#662C2A (or 0x662C2A) is unknown color: approx Kenyan Copper. HEX triplet: 66, 2C and 2A. RGB value is (102,44,42). Sum of RGB (Red+Green+Blue) = 102+44+42=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #662C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C2A is #99D3D5. Grayscale: #3D3D3D. Windows color (decimal): -10081238 or 2763878. OLE color: 2763878.

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

Color convert

RGB1024442-
CMYK00.570.590.6
HSL41.67%28.24%-
HSV(B)58.82%40%-
XYZ6.84.792.76-
YUV61.11117.22157.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=54.26%
G=23.40%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102444200.570.590.6241.6728.24
Hex662C2A0393B3C22a1c
Octal1465452071737425234
Binary110011010110010101001110011110111111001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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