Html Css Color HEX #997D60 Sorrell Brown

📋 copy color: '#997D60'

red 153 ◦ green 125 ◦ blue 96

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

Shades of Sorrell Brown #997D60

Tints of Sorrell Brown #997D60

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.42%

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

R = 40.91%
G = 33.42%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#997D60 (or 0x997D60) is known color: Sorrell Brown. HEX triplet: 99, 7D and 60. RGB value is (153,125,96). Sum of RGB (Red+Green+Blue) = 153+125+96=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #997D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D60 is #66829F. Grayscale: #828282. Windows color (decimal): -6718112 or 6323609. OLE color: 6323609.

HSL color Cylindrical-coordinate representation of color #997D60: hue angle of 30.53º degrees, saturation: 0.23, 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 #997D60 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 125 96 -
CMYK 0 0.18 0.37 0.4
HSL 30.53º 0.23% 0.49% -
HSV(B) 30.53º 0.37% 0.6% -
XYZ 22.58 22.28 14.18 -
YUV 130.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 153 125 96 0 0.18 0.37 0.4 30.53 0.23 0.49
Hex 99 7D 60 0 12 25 28 1F 17 31
Octal 231 175 140 0 22 45 50 37 27 61
Binary 10011001 1111101 1100000 0 10010 100101 101000 11111 10111 110001

Color Harmonies of #997D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D60

Black with #997D60

Text Example


Text Example

White with #997D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,125,96); }

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

background-color css

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

 a { background-color: rgb(153,125,96); }

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

border-color css

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

 span { border-color: rgb(153,125,96); }

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