#662F2C

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

Shades of Kenyan Copper #662F2C

Tints of Kenyan Copper #662F2C

Color information

#662F2C (or 0x662F2C) is unknown color: approx Kenyan Copper. HEX triplet: 66, 2F and 2C. RGB value is (102,47,44). Sum of RGB (Red+Green+Blue) = 102+47+44=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #662F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662F2C is #99D0D3. Grayscale: #3F3F3F. Windows color (decimal): -10080468 or 2895718. OLE color: 2895718.

HSL color Cylindrical-coordinate representation of color #662F2C: hue angle of 3.1º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #662F2C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1024744-
CMYK00.540.570.6
HSL3.1º39.73%28.63%-
HSV(B)3.1º56.86%40%-
XYZ6.955.042.99-
YUV63.1117.22155.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=52.85%
G=24.35%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102474400.540.570.63.139.7328.63
Hex662F2C036393C3281d
Octal1465754066717435035
Binary110011010111110110001101101110011111001110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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