#988750

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

Shades of Clay Creek #988750

Tints of Clay Creek #988750

Color information

#988750 (or 0x988750) is unknown color: approx Clay Creek. HEX triplet: 98, 87 and 50. RGB value is (152,135,80). Sum of RGB (Red+Green+Blue) = 152+135+80=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #988750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988750 is #6778AF. Grayscale: #868686. Windows color (decimal): -6781104 or 5277592. OLE color: 5277592.

HSL color Cylindrical-coordinate representation of color #988750: hue angle of 45.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #988750 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB15213580-
CMYK00.110.470.40
HSL45.83º31.03%45.49%-
HSV(B)45.83º47.37%59.61%-
XYZ23.0624.5811.12-
YUV133.8197.63140.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=41.42%
G=36.78%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521358000.110.470.4045.8331.0345.49
Hex9887500B2F282e1f2d
Octal2302071200135750563755
Binary100110001000011110100000101110111110100010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988750; }

 p { color: rgb(152,135,80); }

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

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

 a { background-color: rgb(152,135,80); }

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

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

 span { border-color: rgb(152,135,80); }

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