Html Css Color HEX #966849 Dark Tan

📋 copy color: '#966849'

red 150 ◦ green 104 ◦ blue 73

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

Shades of Dark Tan #966849

Tints of Dark Tan #966849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

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

R = 45.87%
G = 31.8%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#966849 (or 0x966849) is known color: Dark Tan. HEX triplet: 96, 68 and 49. RGB value is (150,104,73). Sum of RGB (Red+Green+Blue) = 150+104+73=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #966849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966849 is #6997B6. Grayscale: #727272. Windows color (decimal): -6920119 or 4810902. OLE color: 4810902.

HSL color Cylindrical-coordinate representation of color #966849: hue angle of 24.16º 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 #966849 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 73 -
CMYK 0 0.31 0.51 0.41
HSL 24.16º 0.35% 0.44% -
HSV(B) 24.16º 0.51% 0.59% -
XYZ 18.73 16.87 8.57 -
YUV 114.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 150 104 73 0 0.31 0.51 0.41 24.16 0.35 0.44
Hex 96 68 49 0 1F 33 29 18 23 2C
Octal 226 150 111 0 37 63 51 30 43 54
Binary 10010110 1101000 1001001 0 11111 110011 101001 11000 100011 101100

Color Harmonies of #966849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966849

Black with #966849

Text Example


Text Example

White with #966849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966849; }

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

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

background-color css

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

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

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

border-color css

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

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

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