Html Css Color HEX #99795B Pale Brown

📋 copy color: '#99795B'

red 153 ◦ green 121 ◦ blue 91

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

Shades of Pale Brown #99795B

Tints of Pale Brown #99795B

RGB

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

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

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

R = 41.92%
G = 33.15%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99795B (or 0x99795B) is known color: Pale Brown. HEX triplet: 99, 79 and 5B. RGB value is (153,121,91). Sum of RGB (Red+Green+Blue) = 153+121+91=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99795B is #6686A4. Grayscale: #7F7F7F. Windows color (decimal): -6719141 or 5994905. OLE color: 5994905.

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

Color convert

RGB 153 121 91 -
CMYK 0 0.21 0.41 0.4
HSL 29.03º 0.25% 0.48% -
HSV(B) 29.03º 0.41% 0.6% -
XYZ 21.86 21.2 12.84 -
YUV 127.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 153 121 91 0 0.21 0.41 0.4 29.03 0.25 0.48
Hex 99 79 5B 0 15 29 28 1D 19 30
Octal 231 171 133 0 25 51 50 35 31 60
Binary 10011001 1111001 1011011 0 10101 101001 101000 11101 11001 110000

Color Harmonies of #99795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99795B

Black with #99795B

Text Example


Text Example

White with #99795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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