Html Css Color HEX #997B5B Sorrell Brown

📋 copy color: '#997B5B'

red 153 ◦ green 123 ◦ blue 91

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

Shades of Sorrell Brown #997B5B

Tints of Sorrell Brown #997B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.51%

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 41.69%
G = 33.51%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#997B5B (or 0x997B5B) is known color: Sorrell Brown. HEX triplet: 99, 7B and 5B. RGB value is (153,123,91). Sum of RGB (Red+Green+Blue) = 153+123+91=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #997B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B5B is #6684A4. Grayscale: #808080. Windows color (decimal): -6718629 or 5995417. OLE color: 5995417.

HSL color Cylindrical-coordinate representation of color #997B5B: hue angle of 30.97º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #997B5B is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 123 91 -
CMYK 0 0.20 0.41 0.4
HSL 30.97º 0.25% 0.48% -
HSV(B) 30.97º 0.41% 0.6% -
XYZ 22.11 21.69 12.92 -
YUV 128.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 153 123 91 0 0.20 0.41 0.4 30.97 0.25 0.48
Hex 99 7B 5B 0 14 29 28 1F 19 30
Octal 231 173 133 0 24 51 50 37 31 60
Binary 10011001 1111011 1011011 0 10100 101001 101000 11111 11001 110000

Color Harmonies of #997B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B5B

Black with #997B5B

Text Example


Text Example

White with #997B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997B5B; }

 p { color: rgb(153,123,91); }

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

background-color css

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

 a { background-color: rgb(153,123,91); }

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

border-color css

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

 span { border-color: rgb(153,123,91); }

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