#682C27

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

Shades of Kenyan Copper #682C27

Tints of Kenyan Copper #682C27

Color information

#682C27 (or 0x682C27) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2C and 27. RGB value is (104,44,39). Sum of RGB (Red+Green+Blue) = 104+44+39=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #682C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C27 is #97D3D8. Grayscale: #3D3D3D. Windows color (decimal): -9950169 or 2567272. OLE color: 2567272.

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

Color convert

RGB1044439-
CMYK00.580.620.59
HSL4.62º45.45%28.04%-
HSV(B)4.62º62.5%40.78%-
XYZ6.984.892.5-
YUV61.37115.38158.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=55.61%
G=23.53%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104443900.580.620.594.6245.4528.04
Hex682C2703A3E3B52d1c
Octal1505447072767355534
Binary1101000101100100111011101011111011101110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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