#98764C

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

Shades of Pale Brown #98764C

Tints of Pale Brown #98764C

Color information

#98764C (or 0x98764C) is unknown color: approx Pale Brown. HEX triplet: 98, 76 and 4C. RGB value is (152,118,76). Sum of RGB (Red+Green+Blue) = 152+118+76=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98764C is #6789B3. Grayscale: #7B7B7B. Windows color (decimal): -6785460 or 5011096. OLE color: 5011096.

HSL color Cylindrical-coordinate representation of color #98764C: hue angle of 33.16º degrees, saturation: 0.33, 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 #98764C is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB15211876-
CMYK00.220.500.40
HSL33.16º33.33%44.71%-
HSV(B)33.16º50%59.61%-
XYZ20.7320.159.63-
YUV123.38101.26148.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=43.93%
G=34.10%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521187600.220.500.4033.1633.3344.71
Hex98764C016322821212d
Octal2301661140266250414155
Binary1001100011101101001100010110110010101000100001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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