#682D29

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

Shades of Kenyan Copper #682D29

Tints of Kenyan Copper #682D29

Color information

#682D29 (or 0x682D29) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2D and 29. RGB value is (104,45,41). Sum of RGB (Red+Green+Blue) = 104+45+41=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #682D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D29 is #97D2D6. Grayscale: #3E3E3E. Windows color (decimal): -9949911 or 2698600. OLE color: 2698600.

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

Color convert

RGB1044541-
CMYK00.570.610.59
HSL3.81º43.45%28.43%-
HSV(B)3.81º60.58%40.78%-
XYZ7.054.982.69-
YUV62.18116.05157.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=54.74%
G=23.68%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104454100.570.610.593.8143.4528.43
Hex682D290393D3B42b1c
Octal1505551071757345334
Binary1101000101101101001011100111110111101110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,45,41); }

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

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

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

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

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

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

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