#98764F

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

Shades of Pale Brown #98764F

Tints of Pale Brown #98764F

Color information

#98764F (or 0x98764F) is unknown color: approx Pale Brown. HEX triplet: 98, 76 and 4F. RGB value is (152,118,79). Sum of RGB (Red+Green+Blue) = 152+118+79=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98764F is #6789B0. Grayscale: #7B7B7B. Windows color (decimal): -6785457 or 5207704. OLE color: 5207704.

HSL color Cylindrical-coordinate representation of color #98764F: hue angle of 32.05º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98764F is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB15211879-
CMYK00.220.480.40
HSL32.05º31.6%45.29%-
HSV(B)32.05º48.03%59.61%-
XYZ20.8420.210.2-
YUV123.72102.76148.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=43.55%
G=33.81%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521187900.220.480.4032.0531.645.29
Hex98764F016302820202d
Octal2301661170266050404055
Binary1001100011101101001111010110110000101000100000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98764F; }

 p { color: rgb(152,118,79); }

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

<style>
 a { background-color: #98764F; }

 a { background-color: rgb(152,118,79); }

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

<style>
 span { border-color: #98764F; }

 span { border-color: rgb(152,118,79); }

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