Html Css Color HEX #66513A Tobacco Brown

📋 copy color: '#66513A'

red 102 ◦ green 81 ◦ blue 58

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

Shades of Tobacco Brown #66513A

Tints of Tobacco Brown #66513A

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

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

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

RGB 102 81 58 -
CMYK 0 0.21 0.43 0.6
HSL 31.36º 0.28% 0.31% -
HSV(B) 31.36º 0.43% 0.4% -
XYZ 9.19 9.02 5.26 -
YUV 84.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 102 81 58 0 0.21 0.43 0.6 31.36 0.28 0.31
Hex 66 51 3A 0 15 2B 3C 1F 1C 1F
Octal 146 121 72 0 25 53 74 37 34 37
Binary 1100110 1010001 111010 0 10101 101011 111100 11111 11100 11111

Color Harmonies of #66513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66513A

Black with #66513A

Text Example


Text Example

White with #66513A

Text Example


Text Example

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