Html Css Color HEX #99775A Pale Brown

📋 copy color: '#99775A'

red 153 ◦ green 119 ◦ blue 90

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

Shades of Pale Brown #99775A

Tints of Pale Brown #99775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.87%

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 42.27%
G = 32.87%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99775A (or 0x99775A) is known color: Pale Brown. HEX triplet: 99, 77 and 5A. RGB value is (153,119,90). Sum of RGB (Red+Green+Blue) = 153+119+90=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99775A is #6688A5. Grayscale: #7E7E7E. Windows color (decimal): -6719654 or 5928857. OLE color: 5928857.

HSL color Cylindrical-coordinate representation of color #99775A: hue angle of 27.62º degrees, saturation: 0.26, 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 #99775A is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 119 90 -
CMYK 0 0.22 0.41 0.4
HSL 27.62º 0.26% 0.48% -
HSV(B) 27.62º 0.41% 0.6% -
XYZ 21.58 20.7 12.53 -
YUV 125.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 153 119 90 0 0.22 0.41 0.4 27.62 0.26 0.48
Hex 99 77 5A 0 16 29 28 1C 1A 30
Octal 231 167 132 0 26 51 50 34 32 60
Binary 10011001 1110111 1011010 0 10110 101001 101000 11100 11010 110000

Color Harmonies of #99775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99775A

Black with #99775A

Text Example


Text Example

White with #99775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99775A; }

 p { color: rgb(153,119,90); }

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

background-color css

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

 a { background-color: rgb(153,119,90); }

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

border-color css

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

 span { border-color: rgb(153,119,90); }

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