#68553B

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

Shades of Tobacco Brown #68553B

Tints of Tobacco Brown #68553B

Color information

#68553B (or 0x68553B) is unknown color: approx Tobacco Brown. HEX triplet: 68, 55 and 3B. RGB value is (104,85,59). Sum of RGB (Red+Green+Blue) = 104+85+59=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68553B is #97AAC4. Grayscale: #575757. Windows color (decimal): -9939653 or 3888488. OLE color: 3888488.

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

Color convert

RGB1048559-
CMYK00.180.430.59
HSL34.67º27.61%31.96%-
HSV(B)34.67º43.27%40.78%-
XYZ9.759.765.51-
YUV87.72111.79139.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=41.94%
G=34.27%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104855900.180.430.5934.6727.6131.96
Hex68553B0122B3B231c20
Octal150125730225373433440
Binary1101000101010111101101001010101111101110001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68553B; }

 p { color: rgb(104,85,59); }

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

<style>
 a { background-color: #68553B; }

 a { background-color: rgb(104,85,59); }

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

<style>
 span { border-color: #68553B; }

 span { border-color: rgb(104,85,59); }

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