#98775A

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

Shades of Pale Brown #98775A

Tints of Pale Brown #98775A

Color information

#98775A (or 0x98775A) is unknown color: approx Pale Brown. HEX triplet: 98, 77 and 5A. RGB value is (152,119,90). Sum of RGB (Red+Green+Blue) = 152+119+90=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98775A is #6788A5. Grayscale: #7D7D7D. Windows color (decimal): -6785190 or 5928856. OLE color: 5928856.

HSL color Cylindrical-coordinate representation of color #98775A: hue angle of 28.06º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98775A is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15211990-
CMYK00.220.410.40
HSL28.06º25.62%47.45%-
HSV(B)28.06º40.79%59.61%-
XYZ21.3920.6112.52-
YUV125.56107.93146.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=42.11%
G=32.96%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521199000.220.410.4028.0625.6247.45
Hex98775A01629281c1a2f
Octal2301671320265150343257
Binary10011000111011110110100101101010011010001110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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