#999156

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

Shades of Clay Creek #999156

Tints of Clay Creek #999156

Color information

#999156 (or 0x999156) is unknown color: approx Clay Creek. HEX triplet: 99, 91 and 56. RGB value is (153,145,86). Sum of RGB (Red+Green+Blue) = 153+145+86=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #999156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999156 is #666EA9. Grayscale: #8C8C8C. Windows color (decimal): -6713002 or 5673369. OLE color: 5673369.

HSL color Cylindrical-coordinate representation of color #999156: hue angle of 52.84º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #999156 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15314586-
CMYK00.050.440.4
HSL52.84º28.03%46.86%-
HSV(B)52.84º43.79%60%-
XYZ24.9427.6912.84-
YUV140.6797.15136.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=39.84%
G=37.76%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531458600.050.440.452.8428.0346.86
Hex999156052C28351c2f
Octal231221126055450653457
Binary10011001100100011010110010110110010100011010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999156; }

 p { color: rgb(153,145,86); }

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

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

 a { background-color: rgb(153,145,86); }

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

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

 span { border-color: rgb(153,145,86); }

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