Html Css Color HEX #966946 Dark Tan

📋 copy color: '#966946'

red 150 ◦ green 105 ◦ blue 70

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

Shades of Dark Tan #966946

Tints of Dark Tan #966946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 46.15%
G = 32.31%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#966946 (or 0x966946) is known color: Dark Tan. HEX triplet: 96, 69 and 46. RGB value is (150,105,70). Sum of RGB (Red+Green+Blue) = 150+105+70=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #966946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966946 is #6996B9. Grayscale: #727272. Windows color (decimal): -6919866 or 4614550. OLE color: 4614550.

HSL color Cylindrical-coordinate representation of color #966946: hue angle of 26.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966946 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 70 -
CMYK 0 0.30 0.53 0.41
HSL 26.25º 0.36% 0.43% -
HSV(B) 26.25º 0.53% 0.59% -
XYZ 18.73 17.03 8.09 -
YUV 114.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 150 105 70 0 0.30 0.53 0.41 26.25 0.36 0.43
Hex 96 69 46 0 1E 35 29 1A 24 2B
Octal 226 151 106 0 36 65 51 32 44 53
Binary 10010110 1101001 1000110 0 11110 110101 101001 11010 100100 101011

Color Harmonies of #966946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966946

Black with #966946

Text Example


Text Example

White with #966946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966946; }

 p { color: rgb(150,105,70); }

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

background-color css

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

 a { background-color: rgb(150,105,70); }

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

border-color css

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

 span { border-color: rgb(150,105,70); }

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