#99774C

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

Shades of Pale Brown #99774C

Tints of Pale Brown #99774C

Color information

#99774C (or 0x99774C) is unknown color: approx Pale Brown. HEX triplet: 99, 77 and 4C. RGB value is (153,119,76). Sum of RGB (Red+Green+Blue) = 153+119+76=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99774C is #6688B3. Grayscale: #7C7C7C. Windows color (decimal): -6719668 or 5011353. OLE color: 5011353.

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

Color convert

RGB15311976-
CMYK00.220.500.4
HSL33.51º33.62%44.9%-
HSV(B)33.51º50.33%60%-
XYZ21.0420.499.68-
YUV124.26100.76148.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=43.97%
G=34.20%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531197600.220.500.433.5133.6244.9
Hex99774C016322822222d
Octal2311671140266250424255
Binary1001100111101111001100010110110010101000100010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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