#682c2c

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

Shades of Kenyan Copper #682C2C

Tints of Kenyan Copper #682C2C

Color information

#682C2C (or 0x682C2C) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2C and 2C. RGB value is (104,44,44). Sum of RGB (Red+Green+Blue) = 104+44+44=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #682C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C2C is #97D3D3. Grayscale: #3E3E3E. Windows color (decimal): -9950164 or 2894952. OLE color: 2894952.

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

Color convert

RGB1044444-
CMYK00.580.580.59
HSL40.54%29.02%-
HSV(B)57.69%40.78%-
XYZ7.064.932.96-
YUV61.94117.88158-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 44 (17.58% from 255) = 22.92%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=54.17%
G=22.92%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104444400.580.580.59040.5429.02
Hex682C2C03A3A3B0291d
Octal1505454072727305135
Binary11010001011001011000111010111010111011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682c2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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