#68523B

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

Shades of Tobacco Brown #68523B

Tints of Tobacco Brown #68523B

Color information

#68523B (or 0x68523B) is unknown color: approx Tobacco Brown. HEX triplet: 68, 52 and 3B. RGB value is (104,82,59). Sum of RGB (Red+Green+Blue) = 104+82+59=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #68523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68523B is #97ADC4. Grayscale: #565656. Windows color (decimal): -9940421 or 3887720. OLE color: 3887720.

HSL color Cylindrical-coordinate representation of color #68523B: hue angle of 30.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 #68523B is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB1048259-
CMYK00.210.430.59
HSL30.67º27.61%31.96%-
HSV(B)30.67º43.27%40.78%-
XYZ9.529.295.43-
YUV85.96112.79140.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=42.45%
G=33.47%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104825900.210.430.5930.6727.6131.96
Hex68523B0152B3B1f1c20
Octal150122730255373373440
Binary110100010100101110110101011010111110111111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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