Html Css Color HEX #966C4A Dark Tan

📋 copy color: '#966C4A'

red 150 ◦ green 108 ◦ blue 74

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

Shades of Dark Tan #966C4A

Tints of Dark Tan #966C4A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 45.18%
G = 32.53%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#966C4A (or 0x966C4A) is known color: Dark Tan. HEX triplet: 96, 6C and 4A. RGB value is (150,108,74). Sum of RGB (Red+Green+Blue) = 150+108+74=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #966C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C4A is #6993B5. Grayscale: #747474. Windows color (decimal): -6919094 or 4877462. OLE color: 4877462.

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

Color convert

RGB 150 108 74 -
CMYK 0 0.28 0.51 0.41
HSL 26.84º 0.34% 0.44% -
HSV(B) 26.84º 0.51% 0.59% -
XYZ 19.18 17.7 8.88 -
YUV 116.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 150 108 74 0 0.28 0.51 0.41 26.84 0.34 0.44
Hex 96 6C 4A 0 1C 33 29 1B 22 2C
Octal 226 154 112 0 34 63 51 33 42 54
Binary 10010110 1101100 1001010 0 11100 110011 101001 11011 100010 101100

Color Harmonies of #966C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C4A

Black with #966C4A

Text Example


Text Example

White with #966C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966C4A; }

 p { color: rgb(150,108,74); }

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

background-color css

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

 a { background-color: rgb(150,108,74); }

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

border-color css

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

 span { border-color: rgb(150,108,74); }

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