Html Css Color HEX #997255 Pale Brown

📋 copy color: '#997255'

red 153 ◦ green 114 ◦ blue 85

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

Shades of Pale Brown #997255

Tints of Pale Brown #997255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.39%

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

R = 43.47%
G = 32.39%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#997255 (or 0x997255) is known color: Pale Brown. HEX triplet: 99, 72 and 55. RGB value is (153,114,85). Sum of RGB (Red+Green+Blue) = 153+114+85=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #997255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997255 is #668DAA. Grayscale: #7A7A7A. Windows color (decimal): -6720939 or 5599897. OLE color: 5599897.

HSL color Cylindrical-coordinate representation of color #997255: hue angle of 25.59º 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 #997255 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 85 -
CMYK 0 0.25 0.44 0.4
HSL 25.59º 0.29% 0.47% -
HSV(B) 25.59º 0.44% 0.6% -
XYZ 20.79 19.46 11.26 -
YUV 122.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 153 114 85 0 0.25 0.44 0.4 25.59 0.29 0.47
Hex 99 72 55 0 19 2C 28 1A 1D 2F
Octal 231 162 125 0 31 54 50 32 35 57
Binary 10011001 1110010 1010101 0 11001 101100 101000 11010 11101 101111

Color Harmonies of #997255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997255

Black with #997255

Text Example


Text Example

White with #997255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997255; }

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

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

background-color css

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

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

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

border-color css

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

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

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