Html Css Color HEX #976B45 Dark Tan

📋 copy color: '#976B45'

red 151 ◦ green 107 ◦ blue 69

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

Shades of Dark Tan #976B45

Tints of Dark Tan #976B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 46.18%
G = 32.72%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#976B45 (or 0x976B45) is known color: Dark Tan. HEX triplet: 97, 6B and 45. RGB value is (151,107,69). Sum of RGB (Red+Green+Blue) = 151+107+69=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #976B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976B45 is #6894BA. Grayscale: #747474. Windows color (decimal): -6853819 or 4549527. OLE color: 4549527.

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

Color convert

RGB 151 107 69 -
CMYK 0 0.29 0.54 0.41
HSL 27.8º 0.37% 0.43% -
HSV(B) 27.8º 0.54% 0.59% -
XYZ 19.09 17.52 8.01 -
YUV 115.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 151 107 69 0 0.29 0.54 0.41 27.8 0.37 0.43
Hex 97 6B 45 0 1D 36 29 1C 25 2B
Octal 227 153 105 0 35 66 51 34 45 53
Binary 10010111 1101011 1000101 0 11101 110110 101001 11100 100101 101011

Color Harmonies of #976B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B45

Black with #976B45

Text Example


Text Example

White with #976B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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