#9A9155

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

Shades of Clay Creek #9A9155

Tints of Clay Creek #9A9155

Color information

#9A9155 (or 0x9A9155) is unknown color: approx Clay Creek. HEX triplet: 9A, 91 and 55. RGB value is (154,145,85). Sum of RGB (Red+Green+Blue) = 154+145+85=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9155 is #656EAA. Grayscale: #8D8D8D. Windows color (decimal): -6647467 or 5607834. OLE color: 5607834.

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

Color convert

RGB15414585-
CMYK00.060.450.40
HSL52.17º28.87%46.86%-
HSV(B)52.17º44.81%60.39%-
XYZ25.0927.7812.63-
YUV140.8596.48137.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.10%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=40.10%
G=37.76%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541458500.060.450.4052.1728.8746.86
Hex9A9155062D28341d2f
Octal232221125065550643557
Binary10011010100100011010101011010110110100011010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9155; }

 p { color: rgb(154,145,85); }

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

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

 a { background-color: rgb(154,145,85); }

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

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

 span { border-color: rgb(154,145,85); }

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