#988A4F

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

Shades of Clay Creek #988A4F

Tints of Clay Creek #988A4F

Color information

#988A4F (or 0x988A4F) is unknown color: approx Clay Creek. HEX triplet: 98, 8A and 4F. RGB value is (152,138,79). Sum of RGB (Red+Green+Blue) = 152+138+79=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #988A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A4F is #6775B0. Grayscale: #878787. Windows color (decimal): -6780337 or 5212824. OLE color: 5212824.

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

Color convert

RGB15213879-
CMYK00.090.480.40
HSL48.49º31.6%45.29%-
HSV(B)48.49º48.03%59.61%-
XYZ23.4525.4211.07-
YUV135.4696.14139.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 138 (54.30% from 255) = 37.40%
BLUE value IS 79 (31.25% from 255) = 21.41%
R=41.19%
G=37.40%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521387900.090.480.4048.4931.645.29
Hex988A4F09302830202d
Octal2302121170116050604055
Binary1001100010001010100111101001110000101000110000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988A4F; }

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

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

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

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

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

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

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

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