Html Css Color HEX #966850 Dark Tan

📋 copy color: '#966850'

red 150 ◦ green 104 ◦ blue 80

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

Shades of Dark Tan #966850

Tints of Dark Tan #966850

RGB

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

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

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

R = 44.91%
G = 31.14%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#966850 (or 0x966850) is known color: Dark Tan. HEX triplet: 96, 68 and 50. RGB value is (150,104,80). Sum of RGB (Red+Green+Blue) = 150+104+80=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #966850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966850 is #6997AF. Grayscale: #737373. Windows color (decimal): -6920112 or 5269654. OLE color: 5269654.

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

Color convert

RGB 150 104 80 -
CMYK 0 0.31 0.47 0.41
HSL 20.57º 0.3% 0.45% -
HSV(B) 20.57º 0.47% 0.59% -
XYZ 18.98 16.96 9.86 -
YUV 115.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 150 104 80 0 0.31 0.47 0.41 20.57 0.3 0.45
Hex 96 68 50 0 1F 2F 29 15 1E 2D
Octal 226 150 120 0 37 57 51 25 36 55
Binary 10010110 1101000 1010000 0 11111 101111 101001 10101 11110 101101

Color Harmonies of #966850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966850

Black with #966850

Text Example


Text Example

White with #966850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966850; }

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

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

background-color css

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

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

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

border-color css

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

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

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