Html Css Color HEX #997E5F Sorrell Brown

📋 copy color: '#997E5F'

red 153 ◦ green 126 ◦ blue 95

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

Shades of Sorrell Brown #997E5F

Tints of Sorrell Brown #997E5F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.69%

 BLUE value IS 95 (37.5% from 255) = 25.4%

R = 40.91%
G = 33.69%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#997E5F (or 0x997E5F) is known color: Sorrell Brown. HEX triplet: 99, 7E and 5F. RGB value is (153,126,95). Sum of RGB (Red+Green+Blue) = 153+126+95=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #997E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E5F is #6681A0. Grayscale: #828282. Windows color (decimal): -6717857 or 6258329. OLE color: 6258329.

HSL color Cylindrical-coordinate representation of color #997E5F: hue angle of 32.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #997E5F is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 126 95 -
CMYK 0 0.18 0.38 0.4
HSL 32.07º 0.23% 0.49% -
HSV(B) 32.07º 0.38% 0.6% -
XYZ 22.66 22.52 13.98 -
YUV 130.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 153 126 95 0 0.18 0.38 0.4 32.07 0.23 0.49
Hex 99 7E 5F 0 12 26 28 20 17 31
Octal 231 176 137 0 22 46 50 40 27 61
Binary 10011001 1111110 1011111 0 10010 100110 101000 100000 10111 110001

Color Harmonies of #997E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E5F

Black with #997E5F

Text Example


Text Example

White with #997E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,126,95); }

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

background-color css

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

 a { background-color: rgb(153,126,95); }

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

border-color css

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

 span { border-color: rgb(153,126,95); }

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