Html Css Color HEX #976D4B Dark Tan

📋 copy color: '#976D4B'

red 151 ◦ green 109 ◦ blue 75

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

Shades of Dark Tan #976D4B

Tints of Dark Tan #976D4B

RGB

 RED value IS 151 (59.38% from 255) = 45.07%

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 45.07%
G = 32.54%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#976D4B (or 0x976D4B) is known color: Dark Tan. HEX triplet: 97, 6D and 4B. RGB value is (151,109,75). Sum of RGB (Red+Green+Blue) = 151+109+75=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #976D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976D4B is #6892B4. Grayscale: #757575. Windows color (decimal): -6853301 or 4943255. OLE color: 4943255.

HSL color Cylindrical-coordinate representation of color #976D4B: 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.5%. Process color model (Four color, CMYK) of #976D4B is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 109 75 -
CMYK 0 0.28 0.50 0.41
HSL 26.84º 0.34% 0.44% -
HSV(B) 26.84º 0.5% 0.59% -
XYZ 19.5 18.02 9.11 -
YUV 117.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 151 109 75 0 0.28 0.50 0.41 26.84 0.34 0.44
Hex 97 6D 4B 0 1C 32 29 1B 22 2C
Octal 227 155 113 0 34 62 51 33 42 54
Binary 10010111 1101101 1001011 0 11100 110010 101001 11011 100010 101100

Color Harmonies of #976D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D4B

Black with #976D4B

Text Example


Text Example

White with #976D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976D4B; }

 p { color: rgb(151,109,75); }

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

background-color css

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

 a { background-color: rgb(151,109,75); }

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

border-color css

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

 span { border-color: rgb(151,109,75); }

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