Html Css Color HEX #966F50 Dark Tan

📋 copy color: '#966F50'

red 150 ◦ green 111 ◦ blue 80

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

Shades of Dark Tan #966F50

Tints of Dark Tan #966F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.55%

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

R = 43.99%
G = 32.55%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#966F50 (or 0x966F50) is known color: Dark Tan. HEX triplet: 96, 6F and 50. RGB value is (150,111,80). Sum of RGB (Red+Green+Blue) = 150+111+80=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #966F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F50 is #6990AF. Grayscale: #777777. Windows color (decimal): -6918320 or 5271446. OLE color: 5271446.

HSL color Cylindrical-coordinate representation of color #966F50: hue angle of 26.57º 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 #966F50 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 80 -
CMYK 0 0.26 0.47 0.41
HSL 26.57º 0.3% 0.45% -
HSV(B) 26.57º 0.47% 0.59% -
XYZ 19.71 18.43 10.11 -
YUV 119.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 150 111 80 0 0.26 0.47 0.41 26.57 0.3 0.45
Hex 96 6F 50 0 1A 2F 29 1B 1E 2D
Octal 226 157 120 0 32 57 51 33 36 55
Binary 10010110 1101111 1010000 0 11010 101111 101001 11011 11110 101101

Color Harmonies of #966F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F50

Black with #966F50

Text Example


Text Example

White with #966F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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