#98894F

Color #98894F Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #98894F

Tints of Clay Creek #98894F

Color information

#98894F (or 0x98894F) is unknown color: approx Clay Creek. HEX triplet: 98, 89 and 4F. RGB value is (152,137,79). Sum of RGB (Red+Green+Blue) = 152+137+79=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #98894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98894F is #6776B0. Grayscale: #878787. Windows color (decimal): -6780593 or 5212568. OLE color: 5212568.

HSL color Cylindrical-coordinate representation of color #98894F: hue angle of 47.67º 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 #98894F is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB15213779-
CMYK00.100.480.40
HSL47.67º31.6%45.29%-
HSV(B)47.67º48.03%59.61%-
XYZ23.3125.1311.02-
YUV134.8796.47140.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=41.30%
G=37.23%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521377900.100.480.4047.6731.645.29
Hex98894F0A302830202d
Octal2302111170126050604055
Binary1001100010001001100111101010110000101000110000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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