Html Css Color HEX #977960 Sorrell Brown

📋 copy color: '#977960'

red 151 ◦ green 121 ◦ blue 96

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

Shades of Sorrell Brown #977960

Tints of Sorrell Brown #977960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.88%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 41.03%
G = 32.88%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#977960 (or 0x977960) is known color: Sorrell Brown. HEX triplet: 97, 79 and 60. RGB value is (151,121,96). Sum of RGB (Red+Green+Blue) = 151+121+96=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #977960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977960 is #68869F. Grayscale: #7F7F7F. Windows color (decimal): -6850208 or 6322583. OLE color: 6322583.

HSL color Cylindrical-coordinate representation of color #977960: hue angle of 27.27º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #977960 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 96 -
CMYK 0 0.20 0.36 0.41
HSL 27.27º 0.22% 0.48% -
HSV(B) 27.27º 0.36% 0.59% -
XYZ 21.71 21.1 13.99 -
YUV 127.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 151 121 96 0 0.20 0.36 0.41 27.27 0.22 0.48
Hex 97 79 60 0 14 24 29 1B 16 30
Octal 227 171 140 0 24 44 51 33 26 60
Binary 10010111 1111001 1100000 0 10100 100100 101001 11011 10110 110000

Color Harmonies of #977960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977960

Black with #977960

Text Example


Text Example

White with #977960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977960; }

 p { color: rgb(151,121,96); }

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

background-color css

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

 a { background-color: rgb(151,121,96); }

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

border-color css

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

 span { border-color: rgb(151,121,96); }

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