#997254

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

Shades of Pale Brown #997254

Tints of Pale Brown #997254

Color information

#997254 (or 0x997254) is unknown color: approx Pale Brown. HEX triplet: 99, 72 and 54. RGB value is (153,114,84). Sum of RGB (Red+Green+Blue) = 153+114+84=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #997254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997254 is #668DAB. Grayscale: #7A7A7A. Windows color (decimal): -6720940 or 5534361. OLE color: 5534361.

HSL color Cylindrical-coordinate representation of color #997254: hue angle of 26.09º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #997254 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB15311484-
CMYK00.250.450.4
HSL26.09º29.11%46.47%-
HSV(B)26.09º45.1%60%-
XYZ20.7519.4511.05-
YUV122.24106.42149.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 84 (33.20% from 255) = 23.93%
R=43.59%
G=32.48%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531148400.250.450.426.0929.1146.47
Hex9972540192D281a1d2e
Octal2311621240315550323556
Binary10011001111001010101000110011011011010001101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997254; }

 p { color: rgb(153,114,84); }

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

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

 a { background-color: rgb(153,114,84); }

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

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

 span { border-color: rgb(153,114,84); }

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