Html Css Color HEX #997955 Pale Brown

📋 copy color: '#997955'

red 153 ◦ green 121 ◦ blue 85

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

Shades of Pale Brown #997955

Tints of Pale Brown #997955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 42.62%
G = 33.7%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#997955 (or 0x997955) is known color: Pale Brown. HEX triplet: 99, 79 and 55. RGB value is (153,121,85). Sum of RGB (Red+Green+Blue) = 153+121+85=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #997955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997955 is #6686AA. Grayscale: #7E7E7E. Windows color (decimal): -6719147 or 5601689. OLE color: 5601689.

HSL color Cylindrical-coordinate representation of color #997955: hue angle of 31.76º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997955 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 121 85 -
CMYK 0 0.21 0.44 0.4
HSL 31.76º 0.29% 0.47% -
HSV(B) 31.76º 0.44% 0.6% -
XYZ 21.61 21.1 11.53 -
YUV 126.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 153 121 85 0 0.21 0.44 0.4 31.76 0.29 0.47
Hex 99 79 55 0 15 2C 28 20 1D 2F
Octal 231 171 125 0 25 54 50 40 35 57
Binary 10011001 1111001 1010101 0 10101 101100 101000 100000 11101 101111

Color Harmonies of #997955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997955

Black with #997955

Text Example


Text Example

White with #997955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997955; }

 p { color: rgb(153,121,85); }

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

background-color css

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

 a { background-color: rgb(153,121,85); }

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

border-color css

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

 span { border-color: rgb(153,121,85); }

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