#662F2A

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

Shades of Kenyan Copper #662F2A

Tints of Kenyan Copper #662F2A

Color information

#662F2A (or 0x662F2A) is unknown color: approx Kenyan Copper. HEX triplet: 66, 2F and 2A. RGB value is (102,47,42). Sum of RGB (Red+Green+Blue) = 102+47+42=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #662F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662F2A is #99D0D5. Grayscale: #3E3E3E. Windows color (decimal): -10080470 or 2764646. OLE color: 2764646.

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

Color convert

RGB1024742-
CMYK00.540.590.6
HSL41.67%28.24%-
HSV(B)58.82%40%-
XYZ6.915.022.8-
YUV62.88116.22155.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.40%
GREEN value IS 47 (18.75% from 255) = 24.61%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=53.40%
G=24.61%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102474200.540.590.6541.6728.24
Hex662F2A0363B3C52a1c
Octal1465752066737455234
Binary1100110101111101010011011011101111110010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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