Html Css Color HEX #976F52 Dark Tan

📋 copy color: '#976F52'

red 151 ◦ green 111 ◦ blue 82

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

Shades of Dark Tan #976F52

Tints of Dark Tan #976F52

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.27%

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 43.9%
G = 32.27%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#976F52 (or 0x976F52) is known color: Dark Tan. HEX triplet: 97, 6F and 52. RGB value is (151,111,82). Sum of RGB (Red+Green+Blue) = 151+111+82=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #976F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F52 is #6890AD. Grayscale: #777777. Windows color (decimal): -6852782 or 5402519. OLE color: 5402519.

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

Color convert

RGB 151 111 82 -
CMYK 0 0.26 0.46 0.41
HSL 25.22º 0.3% 0.46% -
HSV(B) 25.22º 0.46% 0.59% -
XYZ 19.97 18.56 10.51 -
YUV 119.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 151 111 82 0 0.26 0.46 0.41 25.22 0.3 0.46
Hex 97 6F 52 0 1A 2E 29 19 1E 2E
Octal 227 157 122 0 32 56 51 31 36 56
Binary 10010111 1101111 1010010 0 11010 101110 101001 11001 11110 101110

Color Harmonies of #976F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F52

Black with #976F52

Text Example


Text Example

White with #976F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,111,82); }

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

background-color css

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

 a { background-color: rgb(151,111,82); }

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

border-color css

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

 span { border-color: rgb(151,111,82); }

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