Html Css Color HEX #665640 Tobacco Brown

📋 copy color: '#665640'

red 102 ◦ green 86 ◦ blue 64

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

Shades of Tobacco Brown #665640

Tints of Tobacco Brown #665640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

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

R = 40.48%
G = 34.13%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#665640 (or 0x665640) is known color: Tobacco Brown. HEX triplet: 66, 56 and 40. RGB value is (102,86,64). Sum of RGB (Red+Green+Blue) = 102+86+64=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #665640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665640 is #99A9BF. Grayscale: #585858. Windows color (decimal): -10070464 or 4216422. OLE color: 4216422.

HSL color Cylindrical-coordinate representation of color #665640: hue angle of 34.74º 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 #665640 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 86 64 -
CMYK 0 0.16 0.37 0.6
HSL 34.74º 0.23% 0.33% -
HSV(B) 34.74º 0.37% 0.4% -
XYZ 9.73 9.85 6.24 -
YUV 88.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 102 86 64 0 0.16 0.37 0.6 34.74 0.23 0.33
Hex 66 56 40 0 10 25 3C 23 17 21
Octal 146 126 100 0 20 45 74 43 27 41
Binary 1100110 1010110 1000000 0 10000 100101 111100 100011 10111 100001

Color Harmonies of #665640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665640

Black with #665640

Text Example


Text Example

White with #665640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665640; }

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

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

background-color css

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

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

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

border-color css

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

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

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