#65513D

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

Shades of Tobacco Brown #65513D

Tints of Tobacco Brown #65513D

Color information

#65513D (or 0x65513D) is unknown color: approx Tobacco Brown. HEX triplet: 65, 51 and 3D. RGB value is (101,81,61). Sum of RGB (Red+Green+Blue) = 101+81+61=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #65513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65513D is #9AAEC2. Grayscale: #545454. Windows color (decimal): -10137283 or 4018533. OLE color: 4018533.

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

Color convert

RGB1018161-
CMYK00.200.400.60
HSL30º24.69%31.76%-
HSV(B)30º39.6%39.61%-
XYZ9.158.995.67-
YUV84.7114.63139.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.56%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=41.56%
G=33.33%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101816100.200.400.603024.6931.76
Hex65513D014283C1e1920
Octal145121750245074363140
Binary110010110100011111010101001010001111001111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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