#69523B

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

Shades of Tobacco Brown #69523B

Tints of Tobacco Brown #69523B

Color information

#69523B (or 0x69523B) is unknown color: approx Tobacco Brown. HEX triplet: 69, 52 and 3B. RGB value is (105,82,59). Sum of RGB (Red+Green+Blue) = 105+82+59=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #69523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69523B is #96ADC4. Grayscale: #565656. Windows color (decimal): -9874885 or 3887721. OLE color: 3887721.

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

Color convert

RGB1058259-
CMYK00.220.440.59
HSL30º28.05%32.16%-
HSV(B)30º43.81%41.18%-
XYZ9.639.355.44-
YUV86.26112.62141.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 59 (23.44% from 255) = 23.98%
R=42.68%
G=33.33%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105825900.220.440.593028.0532.16
Hex69523B0162C3B1e1c20
Octal151122730265473363440
Binary110100110100101110110101101011001110111111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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