Html Css Color HEX #997A5B Pale Brown

📋 copy color: '#997A5B'

red 153 ◦ green 122 ◦ blue 91

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

Shades of Pale Brown #997A5B

Tints of Pale Brown #997A5B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.33%

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

R = 41.8%
G = 33.33%
B = 24.86%

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

#997A5B (or 0x997A5B) is known color: Pale Brown. HEX triplet: 99, 7A and 5B. RGB value is (153,122,91). Sum of RGB (Red+Green+Blue) = 153+122+91=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #997A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A5B is #6685A4. Grayscale: #7F7F7F. Windows color (decimal): -6718885 or 5995161. OLE color: 5995161.

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

Color convert

RGB 153 122 91 -
CMYK 0 0.20 0.41 0.4
HSL 30º 0.25% 0.48% -
HSV(B) 30º 0.41% 0.6% -
XYZ 21.98 21.45 12.88 -
YUV 127.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 153 122 91 0 0.20 0.41 0.4 30 0.25 0.48
Hex 99 7A 5B 0 14 29 28 1E 19 30
Octal 231 172 133 0 24 51 50 36 31 60
Binary 10011001 1111010 1011011 0 10100 101001 101000 11110 11001 110000

Color Harmonies of #997A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A5B

Black with #997A5B

Text Example


Text Example

White with #997A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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