#69523A

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

Shades of Tobacco Brown #69523A

Tints of Tobacco Brown #69523A

Color information

#69523A (or 0x69523A) is unknown color: approx Tobacco Brown. HEX triplet: 69, 52 and 3A. RGB value is (105,82,58). Sum of RGB (Red+Green+Blue) = 105+82+58=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #69523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69523A is #96ADC5. Grayscale: #565656. Windows color (decimal): -9874886 or 3822185. OLE color: 3822185.

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

Color convert

RGB1058258-
CMYK00.220.450.59
HSL30.64º28.83%31.96%-
HSV(B)30.64º44.76%41.18%-
XYZ9.619.345.3-
YUV86.14112.12141.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=42.86%
G=33.47%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105825800.220.450.5930.6428.8331.96
Hex69523A0162D3B1f1d20
Octal151122720265573373540
Binary110100110100101110100101101011011110111111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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