Html Css Color HEX #976552 Dark Tan

📋 copy color: '#976552'

red 151 ◦ green 101 ◦ blue 82

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

Shades of Dark Tan #976552

Tints of Dark Tan #976552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

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

R = 45.21%
G = 30.24%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#976552 (or 0x976552) is known color: Dark Tan. HEX triplet: 97, 65 and 52. RGB value is (151,101,82). Sum of RGB (Red+Green+Blue) = 151+101+82=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #976552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976552 is #689AAD. Grayscale: #717171. Windows color (decimal): -6855342 or 5399959. OLE color: 5399959.

HSL color Cylindrical-coordinate representation of color #976552: hue angle of 16.52º 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 #976552 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 101 82 -
CMYK 0 0.33 0.46 0.41
HSL 16.52º 0.3% 0.46% -
HSV(B) 16.52º 0.46% 0.59% -
XYZ 18.94 16.5 10.17 -
YUV 113.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 151 101 82 0 0.33 0.46 0.41 16.52 0.3 0.46
Hex 97 65 52 0 21 2E 29 11 1E 2E
Octal 227 145 122 0 41 56 51 21 36 56
Binary 10010111 1100101 1010010 0 100001 101110 101001 10001 11110 101110

Color Harmonies of #976552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976552

Black with #976552

Text Example


Text Example

White with #976552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976552; }

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

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

background-color css

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

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

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

border-color css

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

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

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