#682E28

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

Shades of Kenyan Copper #682E28

Tints of Kenyan Copper #682E28

Color information

#682E28 (or 0x682E28) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2E and 28. RGB value is (104,46,40). Sum of RGB (Red+Green+Blue) = 104+46+40=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #682E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E28 is #97D1D7. Grayscale: #3E3E3E. Windows color (decimal): -9949656 or 2633320. OLE color: 2633320.

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

Color convert

RGB1044640-
CMYK00.560.620.59
HSL5.63º44.44%28.24%-
HSV(B)5.63º61.54%40.78%-
XYZ7.075.052.61-
YUV62.66115.22157.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=54.74%
G=24.21%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104464000.560.620.595.6344.4428.24
Hex682E280383E3B62c1c
Octal1505650070767365434
Binary1101000101110101000011100011111011101111010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,46,40); }

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

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

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

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

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

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

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