Html Css Color HEX #966650 Dark Tan

📋 copy color: '#966650'

red 150 ◦ green 102 ◦ blue 80

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

Shades of Dark Tan #966650

Tints of Dark Tan #966650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.72%

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

R = 45.18%
G = 30.72%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#966650 (or 0x966650) is known color: Dark Tan. HEX triplet: 96, 66 and 50. RGB value is (150,102,80). Sum of RGB (Red+Green+Blue) = 150+102+80=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #966650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966650 is #6999AF. Grayscale: #717171. Windows color (decimal): -6920624 or 5269142. OLE color: 5269142.

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

Color convert

RGB 150 102 80 -
CMYK 0 0.32 0.47 0.41
HSL 18.86º 0.3% 0.45% -
HSV(B) 18.86º 0.47% 0.59% -
XYZ 18.78 16.57 9.8 -
YUV 113.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 150 102 80 0 0.32 0.47 0.41 18.86 0.3 0.45
Hex 96 66 50 0 20 2F 29 13 1E 2D
Octal 226 146 120 0 40 57 51 23 36 55
Binary 10010110 1100110 1010000 0 100000 101111 101001 10011 11110 101101

Color Harmonies of #966650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966650

Black with #966650

Text Example


Text Example

White with #966650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966650; }

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

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

background-color css

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

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

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

border-color css

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

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

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