Html Css Color HEX #966854 Dark Tan

📋 copy color: '#966854'

red 150 ◦ green 104 ◦ blue 84

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

Shades of Dark Tan #966854

Tints of Dark Tan #966854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.85%

R = 44.38%
G = 30.77%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#966854 (or 0x966854) is known color: Dark Tan. HEX triplet: 96, 68 and 54. RGB value is (150,104,84). Sum of RGB (Red+Green+Blue) = 150+104+84=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #966854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966854 is #6997AB. Grayscale: #737373. Windows color (decimal): -6920108 or 5531798. OLE color: 5531798.

HSL color Cylindrical-coordinate representation of color #966854: hue angle of 18.18º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #966854 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 84 -
CMYK 0 0.31 0.44 0.41
HSL 18.18º 0.28% 0.46% -
HSV(B) 18.18º 0.44% 0.59% -
XYZ 19.13 17.02 10.67 -
YUV 115.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 150 104 84 0 0.31 0.44 0.41 18.18 0.28 0.46
Hex 96 68 54 0 1F 2C 29 12 1C 2E
Octal 226 150 124 0 37 54 51 22 34 56
Binary 10010110 1101000 1010100 0 11111 101100 101001 10010 11100 101110

Color Harmonies of #966854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966854

Black with #966854

Text Example


Text Example

White with #966854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966854; }

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

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

background-color css

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

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

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

border-color css

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

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

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