#98764E

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

Shades of Pale Brown #98764E

Tints of Pale Brown #98764E

Color information

#98764E (or 0x98764E) is unknown color: approx Pale Brown. HEX triplet: 98, 76 and 4E. RGB value is (152,118,78). Sum of RGB (Red+Green+Blue) = 152+118+78=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98764E is #6789B1. Grayscale: #7B7B7B. Windows color (decimal): -6785458 or 5142168. OLE color: 5142168.

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

Color convert

RGB15211878-
CMYK00.220.490.40
HSL32.43º32.17%45.1%-
HSV(B)32.43º48.68%59.61%-
XYZ20.820.1810.01-
YUV123.61102.26148.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=43.68%
G=33.91%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521187800.220.490.4032.4332.1745.1
Hex98764E016312820202d
Octal2301661160266150404055
Binary1001100011101101001110010110110001101000100000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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