Html Css Color HEX #966450 Dark Tan

📋 copy color: '#966450'

red 150 ◦ green 100 ◦ blue 80

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

Shades of Dark Tan #966450

Tints of Dark Tan #966450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 45.45%
G = 30.3%
B = 24.24%

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

#966450 (or 0x966450) is known color: Dark Tan. HEX triplet: 96, 64 and 50. RGB value is (150,100,80). Sum of RGB (Red+Green+Blue) = 150+100+80=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #966450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966450 is #699BAF. Grayscale: #707070. Windows color (decimal): -6921136 or 5268630. OLE color: 5268630.

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

Color convert

RGB 150 100 80 -
CMYK 0 0.33 0.47 0.41
HSL 17.14º 0.3% 0.45% -
HSV(B) 17.14º 0.47% 0.59% -
XYZ 18.58 16.18 9.73 -
YUV 112.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 150 100 80 0 0.33 0.47 0.41 17.14 0.3 0.45
Hex 96 64 50 0 21 2F 29 11 1E 2D
Octal 226 144 120 0 41 57 51 21 36 55
Binary 10010110 1100100 1010000 0 100001 101111 101001 10001 11110 101101

Color Harmonies of #966450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966450

Black with #966450

Text Example


Text Example

White with #966450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966450; }

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

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

background-color css

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

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

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

border-color css

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

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

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