Html Css Color HEX #966950 Dark Tan

📋 copy color: '#966950'

red 150 ◦ green 105 ◦ blue 80

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

Shades of Dark Tan #966950

Tints of Dark Tan #966950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 44.78%
G = 31.34%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#966950 (or 0x966950) is known color: Dark Tan. HEX triplet: 96, 69 and 50. RGB value is (150,105,80). Sum of RGB (Red+Green+Blue) = 150+105+80=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #966950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966950 is #6996AF. Grayscale: #737373. Windows color (decimal): -6919856 or 5269910. OLE color: 5269910.

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

Color convert

RGB 150 105 80 -
CMYK 0 0.30 0.47 0.41
HSL 21.43º 0.3% 0.45% -
HSV(B) 21.43º 0.47% 0.59% -
XYZ 19.08 17.17 9.9 -
YUV 115.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 150 105 80 0 0.30 0.47 0.41 21.43 0.3 0.45
Hex 96 69 50 0 1E 2F 29 15 1E 2D
Octal 226 151 120 0 36 57 51 25 36 55
Binary 10010110 1101001 1010000 0 11110 101111 101001 10101 11110 101101

Color Harmonies of #966950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966950

Black with #966950

Text Example


Text Example

White with #966950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966950; }

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

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

background-color css

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

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

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

border-color css

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

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

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