Html Css Color HEX #66513B Tobacco Brown

📋 copy color: '#66513B'

red 102 ◦ green 81 ◦ blue 59

#66513B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tobacco Brown #66513B

Tints of Tobacco Brown #66513B

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 value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#66513B (or 0x66513B) is known color: 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

RGB 102 81 59 -
CMYK 0 0.21 0.42 0.6
HSL 30.7º 0.27% 0.32% -
HSV(B) 30.7º 0.42% 0.4% -
XYZ 9.21 9.03 5.39 -
YUV 84.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 102 81 59 0 0.21 0.42 0.6 30.7 0.27 0.32
Hex 66 51 3B 0 15 2A 3C 1F 1B 20
Octal 146 121 73 0 25 52 74 37 33 40
Binary 1100110 1010001 111011 0 10101 101010 111100 11111 11011 100000

Color Harmonies of #66513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66513B

Black with #66513B

Text Example


Text Example

White with #66513B

Text Example


Text Example

HTML Codes & Css Web 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>