Html Css Color HEX #966844 Dark Tan

📋 copy color: '#966844'

red 150 ◦ green 104 ◦ blue 68

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

Shades of Dark Tan #966844

Tints of Dark Tan #966844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.12%

R = 46.58%
G = 32.3%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#966844 (or 0x966844) is known color: Dark Tan. HEX triplet: 96, 68 and 44. RGB value is (150,104,68). Sum of RGB (Red+Green+Blue) = 150+104+68=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #966844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966844 is #6997BB. Grayscale: #717171. Windows color (decimal): -6920124 or 4483222. OLE color: 4483222.

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

Color convert

RGB 150 104 68 -
CMYK 0 0.31 0.55 0.41
HSL 26.34º 0.38% 0.43% -
HSV(B) 26.34º 0.55% 0.59% -
XYZ 18.57 16.8 7.73 -
YUV 113.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 150 104 68 0 0.31 0.55 0.41 26.34 0.38 0.43
Hex 96 68 44 0 1F 37 29 1A 26 2B
Octal 226 150 104 0 37 67 51 32 46 53
Binary 10010110 1101000 1000100 0 11111 110111 101001 11010 100110 101011

Color Harmonies of #966844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966844

Black with #966844

Text Example


Text Example

White with #966844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966844; }

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

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

background-color css

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

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

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

border-color css

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

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

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