#682B27

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

Shades of Kenyan Copper #682B27

Tints of Kenyan Copper #682B27

Color information

#682B27 (or 0x682B27) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2B and 27. RGB value is (104,43,39). Sum of RGB (Red+Green+Blue) = 104+43+39=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #682B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B27 is #97D4D8. Grayscale: #3C3C3C. Windows color (decimal): -9950425 or 2567016. OLE color: 2567016.

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

Color convert

RGB1044339-
CMYK00.590.620.59
HSL3.69º45.45%28.04%-
HSV(B)3.69º62.5%40.78%-
XYZ6.944.822.48-
YUV60.78115.71158.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 43 (17.19% from 255) = 23.12%
BLUE value IS 39 (15.62% from 255) = 20.97%
R=55.91%
G=23.12%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104433900.590.620.593.6945.4528.04
Hex682B2703B3E3B42d1c
Octal1505347073767345534
Binary1101000101011100111011101111111011101110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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