#976A4B

Color #976A4B Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #976A4B

Tints of Dark Tan #976A4B

Color information

#976A4B (or 0x976A4B) is unknown color: approx Dark Tan. HEX triplet: 97, 6A and 4B. RGB value is (151,106,75). Sum of RGB (Red+Green+Blue) = 151+106+75=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #976A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976A4B is #6895B4. Grayscale: #747474. Windows color (decimal): -6854069 or 4942487. OLE color: 4942487.

HSL color Cylindrical-coordinate representation of color #976A4B: hue angle of 24.47º 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 #976A4B is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB15110675-
CMYK00.300.500.41
HSL24.47º33.63%44.31%-
HSV(B)24.47º50.33%59.22%-
XYZ19.1917.49-
YUV115.92104.91153.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=45.48%
G=31.93%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511067500.300.500.4124.4733.6344.31
Hex976A4B01E322918222c
Octal2271521130366251304254
Binary100101111101010100101101111011001010100111000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #976A4B;
 }
 .AnyTagClassName
 {
   color: #976A4B;
 }
</style>
background-color css

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

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

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

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

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

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