#682F29

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

Shades of Kenyan Copper #682F29

Tints of Kenyan Copper #682F29

Color information

#682F29 (or 0x682F29) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2F and 29. RGB value is (104,47,41). Sum of RGB (Red+Green+Blue) = 104+47+41=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #682F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F29 is #97D0D6. Grayscale: #3F3F3F. Windows color (decimal): -9949399 or 2699112. OLE color: 2699112.

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

Color convert

RGB1044741-
CMYK00.550.610.59
HSL5.71º43.45%28.43%-
HSV(B)5.71º60.58%40.78%-
XYZ7.135.142.71-
YUV63.36115.38156.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 47 (18.75% from 255) = 24.48%
BLUE value IS 41 (16.41% from 255) = 21.35%
R=54.17%
G=24.48%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104474100.550.610.595.7143.4528.43
Hex682F290373D3B62b1c
Octal1505751067757365334
Binary1101000101111101001011011111110111101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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