#682C29

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

Shades of Kenyan Copper #682C29

Tints of Kenyan Copper #682C29

Color information

#682C29 (or 0x682C29) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2C and 29. RGB value is (104,44,41). Sum of RGB (Red+Green+Blue) = 104+44+41=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #682C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C29 is #97D3D6. Grayscale: #3D3D3D. Windows color (decimal): -9950167 or 2698344. OLE color: 2698344.

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

Color convert

RGB1044441-
CMYK00.580.610.59
HSL2.86º43.45%28.43%-
HSV(B)2.86º60.58%40.78%-
XYZ7.014.92.68-
YUV61.6116.38158.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 44 (17.58% from 255) = 23.28%
BLUE value IS 41 (16.41% from 255) = 21.69%
R=55.03%
G=23.28%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104444100.580.610.592.8643.4528.43
Hex682C2903A3D3B32b1c
Octal1505451072757335334
Binary110100010110010100101110101111011110111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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