#66513A

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

Shades of Tobacco Brown #66513A

Tints of Tobacco Brown #66513A

Color information

#66513A (or 0x66513A) is unknown color: approx Tobacco Brown. HEX triplet: 66, 51 and 3A. RGB value is (102,81,58). Sum of RGB (Red+Green+Blue) = 102+81+58=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #66513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66513A is #99AEC5. Grayscale: #545454. Windows color (decimal): -10071750 or 3821926. OLE color: 3821926.

HSL color Cylindrical-coordinate representation of color #66513A: hue angle of 31.36º degrees, saturation: 0.28, 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 #66513A is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB1028158-
CMYK00.210.430.6
HSL31.36º27.5%31.37%-
HSV(B)31.36º43.14%40%-
XYZ9.199.025.26-
YUV84.66112.96140.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=42.32%
G=33.61%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102815800.210.430.631.3627.531.37
Hex66513A0152B3C1f1c1f
Octal146121720255374373437
Binary11001101010001111010010101101011111100111111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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