Html Css Color HEX #966C4B Dark Tan

📋 copy color: '#966C4B'

red 150 ◦ green 108 ◦ blue 75

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

Shades of Dark Tan #966C4B

Tints of Dark Tan #966C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 45.05%
G = 32.43%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#966C4B (or 0x966C4B) is known color: Dark Tan. HEX triplet: 96, 6C and 4B. RGB value is (150,108,75). Sum of RGB (Red+Green+Blue) = 150+108+75=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #966C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C4B is #6993B4. Grayscale: #747474. Windows color (decimal): -6919093 or 4942998. OLE color: 4942998.

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

Color convert

RGB 150 108 75 -
CMYK 0 0.28 0.5 0.41
HSL 26.4º 0.33% 0.44% -
HSV(B) 26.4º 0.5% 0.59% -
XYZ 19.21 17.72 9.06 -
YUV 116.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 150 108 75 0 0.28 0.5 0.41 26.4 0.33 0.44
Hex 96 6C 4B 0 1C 32 29 1A 21 2C
Octal 226 154 113 0 34 62 51 32 41 54
Binary 10010110 1101100 1001011 0 11100 110010 101001 11010 100001 101100

Color Harmonies of #966C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C4B

Black with #966C4B

Text Example


Text Example

White with #966C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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