#65513A

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

Shades of Tobacco Brown #65513A

Tints of Tobacco Brown #65513A

Color information

#65513A (or 0x65513A) is unknown color: approx Tobacco Brown. HEX triplet: 65, 51 and 3A. RGB value is (101,81,58). Sum of RGB (Red+Green+Blue) = 101+81+58=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #65513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65513A is #9AAEC5. Grayscale: #545454. Windows color (decimal): -10137286 or 3821925. OLE color: 3821925.

HSL color Cylindrical-coordinate representation of color #65513A: hue angle of 32.09º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65513A is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB1018158-
CMYK00.200.430.60
HSL32.09º27.04%31.18%-
HSV(B)32.09º42.57%39.61%-
XYZ9.078.965.25-
YUV84.36113.13139.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.08%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=42.08%
G=33.75%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101815800.200.430.6032.0927.0431.18
Hex65513A0142B3C201b1f
Octal145121720245374403337
Binary110010110100011110100101001010111111001000001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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