#68523D

Color #68523D Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #68523D

Tints of Tobacco Brown #68523D

Color information

#68523D (or 0x68523D) is unknown color: approx Tobacco Brown. HEX triplet: 68, 52 and 3D. RGB value is (104,82,61). Sum of RGB (Red+Green+Blue) = 104+82+61=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68523D is #97ADC2. Grayscale: #565656. Windows color (decimal): -9940419 or 4018792. OLE color: 4018792.

HSL color Cylindrical-coordinate representation of color #68523D: hue angle of 29.3º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68523D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1048261-
CMYK00.210.410.59
HSL29.3º26.06%32.35%-
HSV(B)29.3º41.35%40.78%-
XYZ9.579.315.71-
YUV86.18113.79140.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=42.11%
G=33.20%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104826100.210.410.5929.326.0632.35
Hex68523D015293B1d1a20
Octal150122750255173353240
Binary110100010100101111010101011010011110111110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68523D; }

 p { color: rgb(104,82,61); }

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

<style>
 a { background-color: #68523D; }

 a { background-color: rgb(104,82,61); }

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

<style>
 span { border-color: #68523D; }

 span { border-color: rgb(104,82,61); }

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