Html Css Color HEX #997C60 Sorrell Brown

📋 copy color: '#997C60'

red 153 ◦ green 124 ◦ blue 96

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

Shades of Sorrell Brown #997C60

Tints of Sorrell Brown #997C60

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

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

R = 41.02%
G = 33.24%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#997C60 (or 0x997C60) is known color: Sorrell Brown. HEX triplet: 99, 7C and 60. RGB value is (153,124,96). Sum of RGB (Red+Green+Blue) = 153+124+96=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #997C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C60 is #66839F. Grayscale: #818181. Windows color (decimal): -6718368 or 6323353. OLE color: 6323353.

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

Color convert

RGB 153 124 96 -
CMYK 0 0.19 0.37 0.4
HSL 29.47º 0.23% 0.49% -
HSV(B) 29.47º 0.37% 0.6% -
XYZ 22.46 22.03 14.14 -
YUV 129.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 153 124 96 0 0.19 0.37 0.4 29.47 0.23 0.49
Hex 99 7C 60 0 13 25 28 1D 17 31
Octal 231 174 140 0 23 45 50 35 27 61
Binary 10011001 1111100 1100000 0 10011 100101 101000 11101 10111 110001

Color Harmonies of #997C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C60

Black with #997C60

Text Example


Text Example

White with #997C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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