Html Css Color HEX #977961 Sorrell Brown

📋 copy color: '#977961'

red 151 ◦ green 121 ◦ blue 97

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

Shades of Sorrell Brown #977961

Tints of Sorrell Brown #977961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.29%

R = 40.92%
G = 32.79%
B = 26.29%

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

#977961 (or 0x977961) is known color: Sorrell Brown. HEX triplet: 97, 79 and 61. RGB value is (151,121,97). Sum of RGB (Red+Green+Blue) = 151+121+97=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #977961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977961 is #68869E. Grayscale: #7F7F7F. Windows color (decimal): -6850207 or 6388119. OLE color: 6388119.

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

Color convert

RGB 151 121 97 -
CMYK 0 0.20 0.36 0.41
HSL 26.67º 0.22% 0.49% -
HSV(B) 26.67º 0.36% 0.59% -
XYZ 21.76 21.12 14.24 -
YUV 127.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 151 121 97 0 0.20 0.36 0.41 26.67 0.22 0.49
Hex 97 79 61 0 14 24 29 1B 16 31
Octal 227 171 141 0 24 44 51 33 26 61
Binary 10010111 1111001 1100001 0 10100 100100 101001 11011 10110 110001

Color Harmonies of #977961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977961

Black with #977961

Text Example


Text Example

White with #977961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977961; }

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

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

background-color css

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

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

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

border-color css

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

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

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