#68533D

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

Shades of Tobacco Brown #68533D

Tints of Tobacco Brown #68533D

Color information

#68533D (or 0x68533D) is unknown color: approx Tobacco Brown. HEX triplet: 68, 53 and 3D. RGB value is (104,83,61). Sum of RGB (Red+Green+Blue) = 104+83+61=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68533D is #97ACC2. Grayscale: #565656. Windows color (decimal): -9940163 or 4019048. OLE color: 4019048.

HSL color Cylindrical-coordinate representation of color #68533D: hue angle of 30.7º 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 #68533D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1048361-
CMYK00.200.410.59
HSL30.7º26.06%32.35%-
HSV(B)30.7º41.35%40.78%-
XYZ9.649.475.73-
YUV86.77113.46140.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=41.94%
G=33.47%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104836100.200.410.5930.726.0632.35
Hex68533D014293B1f1a20
Octal150123750245173373240
Binary110100010100111111010101001010011110111111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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