#682C2A

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

Shades of Kenyan Copper #682C2A

Tints of Kenyan Copper #682C2A

Color information

#682C2A (or 0x682C2A) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2C and 2A. RGB value is (104,44,42). Sum of RGB (Red+Green+Blue) = 104+44+42=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #682C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C2A is #97D3D5. Grayscale: #3D3D3D. Windows color (decimal): -9950166 or 2763880. OLE color: 2763880.

HSL color Cylindrical-coordinate representation of color #682C2A: hue angle of 1.94º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682C2A is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB1044442-
CMYK00.580.600.59
HSL1.94º42.47%28.63%-
HSV(B)1.94º59.62%40.78%-
XYZ7.034.912.77-
YUV61.71116.88158.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=54.74%
G=23.16%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104444200.580.600.591.9442.4728.63
Hex682C2A03A3C3B22a1d
Octal1505452072747325235
Binary110100010110010101001110101111001110111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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