Html Css Color HEX #997961 Sorrell Brown

📋 copy color: '#997961'

red 153 ◦ green 121 ◦ blue 97

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

Shades of Sorrell Brown #997961

Tints of Sorrell Brown #997961

RGB

 RED value IS 153 (60.16% from 255) = 41.24%

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

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

R = 41.24%
G = 32.61%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#997961 (or 0x997961) is known color: Sorrell Brown. HEX triplet: 99, 79 and 61. RGB value is (153,121,97). Sum of RGB (Red+Green+Blue) = 153+121+97=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #997961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997961 is #66869E. Grayscale: #7F7F7F. Windows color (decimal): -6719135 or 6388121. OLE color: 6388121.

HSL color Cylindrical-coordinate representation of color #997961: hue angle of 25.71º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #997961 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 121 97 -
CMYK 0 0.21 0.37 0.4
HSL 25.71º 0.22% 0.49% -
HSV(B) 25.71º 0.37% 0.6% -
XYZ 22.13 21.31 14.26 -
YUV 127.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 153 121 97 0 0.21 0.37 0.4 25.71 0.22 0.49
Hex 99 79 61 0 15 25 28 1A 16 31
Octal 231 171 141 0 25 45 50 32 26 61
Binary 10011001 1111001 1100001 0 10101 100101 101000 11010 10110 110001

Color Harmonies of #997961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997961

Black with #997961

Text Example


Text Example

White with #997961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997961; }

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

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

background-color css

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

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

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

border-color css

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

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

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