#662B2A

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

Shades of Kenyan Copper #662B2A

Tints of Kenyan Copper #662B2A

Color information

#662B2A (or 0x662B2A) is unknown color: approx Kenyan Copper. HEX triplet: 66, 2B and 2A. RGB value is (102,43,42). Sum of RGB (Red+Green+Blue) = 102+43+42=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #662B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B2A is #99D4D5. Grayscale: #3C3C3C. Windows color (decimal): -10081494 or 2763622. OLE color: 2763622.

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

Color convert

RGB1024342-
CMYK00.580.590.6
HSL41.67%28.24%-
HSV(B)58.82%40%-
XYZ6.764.722.75-
YUV60.53117.55157.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=54.55%
G=22.99%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102434200.580.590.6141.6728.24
Hex662B2A03A3B3C12a1c
Octal1465352072737415234
Binary11001101010111010100111010111011111100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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