Html Css Color HEX #976955 Dark Tan

📋 copy color: '#976955'

red 151 ◦ green 105 ◦ blue 85

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

Shades of Dark Tan #976955

Tints of Dark Tan #976955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 44.28%
G = 30.79%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#976955 (or 0x976955) is known color: Dark Tan. HEX triplet: 97, 69 and 55. RGB value is (151,105,85). Sum of RGB (Red+Green+Blue) = 151+105+85=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #976955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976955 is #6896AA. Grayscale: #747474. Windows color (decimal): -6854315 or 5597591. OLE color: 5597591.

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

Color convert

RGB 151 105 85 -
CMYK 0 0.30 0.44 0.41
HSL 18.18º 0.28% 0.46% -
HSV(B) 18.18º 0.44% 0.59% -
XYZ 19.45 17.34 10.92 -
YUV 116.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 151 105 85 0 0.30 0.44 0.41 18.18 0.28 0.46
Hex 97 69 55 0 1E 2C 29 12 1C 2E
Octal 227 151 125 0 36 54 51 22 34 56
Binary 10010111 1101001 1010101 0 11110 101100 101001 10010 11100 101110

Color Harmonies of #976955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976955

Black with #976955

Text Example


Text Example

White with #976955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976955; }

 p { color: rgb(151,105,85); }

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

background-color css

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

 a { background-color: rgb(151,105,85); }

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

border-color css

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

 span { border-color: rgb(151,105,85); }

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