Html Css Color HEX #68523A Tobacco Brown

📋 copy color: '#68523A'

red 104 ◦ green 82 ◦ blue 58

#68523A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tobacco Brown #68523A

Tints of Tobacco Brown #68523A

RGB

 RED value IS 104 (41.02% from 255) = 42.62%

 GREEN value IS 82 (32.42% from 255) = 33.61%

 BLUE value IS 58 (23.05% from 255) = 23.77%

R = 42.62%
G = 33.61%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68523A (or 0x68523A) is known color: Tobacco Brown. HEX triplet: 68, 52 and 3A. RGB value is (104,82,58). Sum of RGB (Red+Green+Blue) = 104+82+58=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #68523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68523A is #97ADC5. Grayscale: #555555. Windows color (decimal): -9940422 or 3822184. OLE color: 3822184.

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

Color convert

RGB 104 82 58 -
CMYK 0 0.21 0.44 0.59
HSL 31.3º 0.28% 0.32% -
HSV(B) 31.3º 0.44% 0.41% -
XYZ 9.49 9.28 5.29 -
YUV 85.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 104 82 58 0 0.21 0.44 0.59 31.3 0.28 0.32
Hex 68 52 3A 0 15 2C 3B 1F 1C 20
Octal 150 122 72 0 25 54 73 37 34 40
Binary 1101000 1010010 111010 0 10101 101100 111011 11111 11100 100000

Color Harmonies of #68523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68523A

Black with #68523A

Text Example


Text Example

White with #68523A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68523A;
 }
 .AnyTagClassName
 {
   color: #68523A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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