Html Css Color HEX #966149 Dark Tan

📋 copy color: '#966149'

red 150 ◦ green 97 ◦ blue 73

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

Shades of Dark Tan #966149

Tints of Dark Tan #966149

RGB

 RED value IS 150 (58.98% from 255) = 46.88%

 GREEN value IS 97 (38.28% from 255) = 30.31%

 BLUE value IS 73 (28.91% from 255) = 22.81%

R = 46.88%
G = 30.31%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#966149 (or 0x966149) is known color: Dark Tan. HEX triplet: 96, 61 and 49. RGB value is (150,97,73). Sum of RGB (Red+Green+Blue) = 150+97+73=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #966149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966149 is #699EB6. Grayscale: #6E6E6E. Windows color (decimal): -6921911 or 4809110. OLE color: 4809110.

HSL color Cylindrical-coordinate representation of color #966149: hue angle of 18.7º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966149 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 73 -
CMYK 0 0.35 0.51 0.41
HSL 18.7º 0.35% 0.44% -
HSV(B) 18.7º 0.51% 0.59% -
XYZ 18.05 15.51 8.35 -
YUV 110.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 150 97 73 0 0.35 0.51 0.41 18.7 0.35 0.44
Hex 96 61 49 0 23 33 29 13 23 2C
Octal 226 141 111 0 43 63 51 23 43 54
Binary 10010110 1100001 1001001 0 100011 110011 101001 10011 100011 101100

Color Harmonies of #966149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966149

Black with #966149

Text Example


Text Example

White with #966149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966149; }

 p { color: rgb(150,97,73); }

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

background-color css

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

 a { background-color: rgb(150,97,73); }

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

border-color css

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

 span { border-color: rgb(150,97,73); }

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