Html Css Color HEX #976B53 Dark Tan

📋 copy color: '#976B53'

red 151 ◦ green 107 ◦ blue 83

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

Shades of Dark Tan #976B53

Tints of Dark Tan #976B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.38%

 BLUE value IS 83 (32.81% from 255) = 24.34%

R = 44.28%
G = 31.38%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#976B53 (or 0x976B53) is known color: Dark Tan. HEX triplet: 97, 6B and 53. RGB value is (151,107,83). Sum of RGB (Red+Green+Blue) = 151+107+83=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #976B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B53 is #6894AC. Grayscale: #757575. Windows color (decimal): -6853805 or 5467031. OLE color: 5467031.

HSL color Cylindrical-coordinate representation of color #976B53: hue angle of 21.18º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #976B53 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 107 83 -
CMYK 0 0.29 0.45 0.41
HSL 21.18º 0.29% 0.46% -
HSV(B) 21.18º 0.45% 0.59% -
XYZ 19.58 17.72 10.57 -
YUV 117.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 151 107 83 0 0.29 0.45 0.41 21.18 0.29 0.46
Hex 97 6B 53 0 1D 2D 29 15 1D 2E
Octal 227 153 123 0 35 55 51 25 35 56
Binary 10010111 1101011 1010011 0 11101 101101 101001 10101 11101 101110

Color Harmonies of #976B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B53

Black with #976B53

Text Example


Text Example

White with #976B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,107,83); }

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

background-color css

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

 a { background-color: rgb(151,107,83); }

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

border-color css

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

 span { border-color: rgb(151,107,83); }

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