#69513A

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

Shades of Tobacco Brown #69513A

Tints of Tobacco Brown #69513A

Color information

#69513A (or 0x69513A) is unknown color: approx Tobacco Brown. HEX triplet: 69, 51 and 3A. RGB value is (105,81,58). Sum of RGB (Red+Green+Blue) = 105+81+58=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #69513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69513A is #96AEC5. Grayscale: #555555. Windows color (decimal): -9875142 or 3821929. OLE color: 3821929.

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

Color convert

RGB1058158-
CMYK00.230.450.59
HSL29.36º28.83%31.96%-
HSV(B)29.36º44.76%41.18%-
XYZ9.539.195.28-
YUV85.55112.45141.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=43.03%
G=33.20%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105815800.230.450.5929.3628.8331.96
Hex69513A0172D3B1d1d20
Octal151121720275573353540
Binary110100110100011110100101111011011110111110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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