Html Css Color HEX #99774B Pale Brown

📋 copy color: '#99774B'

red 153 ◦ green 119 ◦ blue 75

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

Shades of Pale Brown #99774B

Tints of Pale Brown #99774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 44.09%
G = 34.29%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#99774B (or 0x99774B) is known color: Pale Brown. HEX triplet: 99, 77 and 4B. RGB value is (153,119,75). Sum of RGB (Red+Green+Blue) = 153+119+75=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99774B is #6688B4. Grayscale: #7C7C7C. Windows color (decimal): -6719669 or 4945817. OLE color: 4945817.

HSL color Cylindrical-coordinate representation of color #99774B: hue angle of 33.85º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99774B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 119 75 -
CMYK 0 0.22 0.51 0.4
HSL 33.85º 0.34% 0.45% -
HSV(B) 33.85º 0.51% 0.6% -
XYZ 21 20.47 9.5 -
YUV 124.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 153 119 75 0 0.22 0.51 0.4 33.85 0.34 0.45
Hex 99 77 4B 0 16 33 28 22 22 2D
Octal 231 167 113 0 26 63 50 42 42 55
Binary 10011001 1110111 1001011 0 10110 110011 101000 100010 100010 101101

Color Harmonies of #99774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99774B

Black with #99774B

Text Example


Text Example

White with #99774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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