#66513B

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

Shades of Tobacco Brown #66513B

Tints of Tobacco Brown #66513B

Color information

#66513B (or 0x66513B) is unknown color: approx Tobacco Brown. HEX triplet: 66, 51 and 3B. RGB value is (102,81,59). Sum of RGB (Red+Green+Blue) = 102+81+59=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #66513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66513B is #99AEC4. Grayscale: #545454. Windows color (decimal): -10071749 or 3887462. OLE color: 3887462.

HSL color Cylindrical-coordinate representation of color #66513B: hue angle of 30.7º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66513B is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB1028159-
CMYK00.210.420.6
HSL30.7º26.71%31.57%-
HSV(B)30.7º42.16%40%-
XYZ9.219.035.39-
YUV84.77113.46140.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 59 (23.44% from 255) = 24.38%
R=42.15%
G=33.47%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102815900.210.420.630.726.7131.57
Hex66513B0152A3C1f1b20
Octal146121730255274373340
Binary110011010100011110110101011010101111001111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,81,59); }

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

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

 a { background-color: rgb(102,81,59); }

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

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

 span { border-color: rgb(102,81,59); }

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