Html Css Color HEX #665540 Tobacco Brown

📋 copy color: '#665540'

red 102 ◦ green 85 ◦ blue 64

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

Shades of Tobacco Brown #665540

Tints of Tobacco Brown #665540

RGB

 RED value IS 102 (40.23% from 255) = 40.64%

 GREEN value IS 85 (33.59% from 255) = 33.86%

 BLUE value IS 64 (25.39% from 255) = 25.5%

R = 40.64%
G = 33.86%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#665540 (or 0x665540) is known color: Tobacco Brown. HEX triplet: 66, 55 and 40. RGB value is (102,85,64). Sum of RGB (Red+Green+Blue) = 102+85+64=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #665540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665540 is #99AABF. Grayscale: #575757. Windows color (decimal): -10070720 or 4216166. OLE color: 4216166.

HSL color Cylindrical-coordinate representation of color #665540: hue angle of 33.16º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #665540 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 85 64 -
CMYK 0 0.17 0.37 0.6
HSL 33.16º 0.23% 0.33% -
HSV(B) 33.16º 0.37% 0.4% -
XYZ 9.65 9.69 6.21 -
YUV 87.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 102 85 64 0 0.17 0.37 0.6 33.16 0.23 0.33
Hex 66 55 40 0 11 25 3C 21 17 21
Octal 146 125 100 0 21 45 74 41 27 41
Binary 1100110 1010101 1000000 0 10001 100101 111100 100001 10111 100001

Color Harmonies of #665540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665540

Black with #665540

Text Example


Text Example

White with #665540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665540; }

 p { color: rgb(102,85,64); }

 H1.HeaderClassName
 {
   color: #665540;
 }
 .AnyTagClassName
 {
   color: #665540;
 }
</style>

background-color css

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

 a { background-color: rgb(102,85,64); }

 div.DivClassName
 {
   background-color: #665540;
 }
 .BgClassName
 {
   background-color: #665540;
 }
</style>

border-color css

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

 span { border-color: rgb(102,85,64); }

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