Html Css Color HEX #966550 Dark Tan

📋 copy color: '#966550'

red 150 ◦ green 101 ◦ blue 80

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

Shades of Dark Tan #966550

Tints of Dark Tan #966550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

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

R = 45.32%
G = 30.51%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#966550 (or 0x966550) is known color: Dark Tan. HEX triplet: 96, 65 and 50. RGB value is (150,101,80). Sum of RGB (Red+Green+Blue) = 150+101+80=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #966550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966550 is #699AAF. Grayscale: #717171. Windows color (decimal): -6920880 or 5268886. OLE color: 5268886.

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

Color convert

RGB 150 101 80 -
CMYK 0 0.33 0.47 0.41
HSL 18º 0.3% 0.45% -
HSV(B) 18º 0.47% 0.59% -
XYZ 18.68 16.37 9.76 -
YUV 113.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 150 101 80 0 0.33 0.47 0.41 18 0.3 0.45
Hex 96 65 50 0 21 2F 29 12 1E 2D
Octal 226 145 120 0 41 57 51 22 36 55
Binary 10010110 1100101 1010000 0 100001 101111 101001 10010 11110 101101

Color Harmonies of #966550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966550

Black with #966550

Text Example


Text Example

White with #966550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966550; }

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

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

background-color css

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

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

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

border-color css

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

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

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