#682D27

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

Shades of Kenyan Copper #682D27

Tints of Kenyan Copper #682D27

Color information

#682D27 (or 0x682D27) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2D and 27. RGB value is (104,45,39). Sum of RGB (Red+Green+Blue) = 104+45+39=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #682D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D27 is #97D2D8. Grayscale: #3E3E3E. Windows color (decimal): -9949913 or 2567528. OLE color: 2567528.

HSL color Cylindrical-coordinate representation of color #682D27: hue angle of 5.54º degrees, saturation: 0.45, 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 #682D27 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1044539-
CMYK00.570.620.59
HSL5.54º45.45%28.04%-
HSV(B)5.54º62.5%40.78%-
XYZ7.014.972.51-
YUV61.96115.05157.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 45 (17.97% from 255) = 23.94%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=55.32%
G=23.94%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104453900.570.620.595.5445.4528.04
Hex682D270393E3B62d1c
Octal1505547071767365534
Binary1101000101101100111011100111111011101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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