Html Css Color HEX #966649 Dark Tan

📋 copy color: '#966649'

red 150 ◦ green 102 ◦ blue 73

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

Shades of Dark Tan #966649

Tints of Dark Tan #966649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

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

R = 46.15%
G = 31.38%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#966649 (or 0x966649) is known color: Dark Tan. HEX triplet: 96, 66 and 49. RGB value is (150,102,73). Sum of RGB (Red+Green+Blue) = 150+102+73=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #966649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966649 is #6999B6. Grayscale: #717171. Windows color (decimal): -6920631 or 4810390. OLE color: 4810390.

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

Color convert

RGB 150 102 73 -
CMYK 0 0.32 0.51 0.41
HSL 22.6º 0.35% 0.44% -
HSV(B) 22.6º 0.51% 0.59% -
XYZ 18.53 16.47 8.51 -
YUV 113.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 150 102 73 0 0.32 0.51 0.41 22.6 0.35 0.44
Hex 96 66 49 0 20 33 29 17 23 2C
Octal 226 146 111 0 40 63 51 27 43 54
Binary 10010110 1100110 1001001 0 100000 110011 101001 10111 100011 101100

Color Harmonies of #966649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966649

Black with #966649

Text Example


Text Example

White with #966649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966649; }

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

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

background-color css

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

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

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

border-color css

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

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

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