#99774A

Color #99774A Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #99774A

Tints of Pale Brown #99774A

Color information

#99774A (or 0x99774A) is unknown color: approx Pale Brown. HEX triplet: 99, 77 and 4A. RGB value is (153,119,74). Sum of RGB (Red+Green+Blue) = 153+119+74=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99774A is #6688B5. Grayscale: #7C7C7C. Windows color (decimal): -6719670 or 4880281. OLE color: 4880281.

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

Color convert

RGB15311974-
CMYK00.220.520.4
HSL34.18º34.8%44.51%-
HSV(B)34.18º51.63%60%-
XYZ20.9720.469.32-
YUV124.0499.76148.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=44.22%
G=34.39%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531197400.220.520.434.1834.844.51
Hex99774A016342822232d
Octal2311671120266450424355
Binary1001100111101111001010010110110100101000100010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99774A;
 }
 .AnyTagClassName
 {
   color: #99774A;
 }
</style>
background-color css

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

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

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

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

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

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