#68533A

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

Shades of Tobacco Brown #68533A

Tints of Tobacco Brown #68533A

Color information

#68533A (or 0x68533A) is unknown color: approx Tobacco Brown. HEX triplet: 68, 53 and 3A. RGB value is (104,83,58). Sum of RGB (Red+Green+Blue) = 104+83+58=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #68533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68533A is #97ACC5. Grayscale: #565656. Windows color (decimal): -9940166 or 3822440. OLE color: 3822440.

HSL color Cylindrical-coordinate representation of color #68533A: hue angle of 32.61º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68533A is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1048358-
CMYK00.200.440.59
HSL32.61º28.4%31.76%-
HSV(B)32.61º44.23%40.78%-
XYZ9.579.445.32-
YUV86.43111.96140.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=42.45%
G=33.88%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104835800.200.440.5932.6128.431.76
Hex68533A0142C3B211c20
Octal150123720245473413440
Binary1101000101001111101001010010110011101110000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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