#9A8B56

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

Shades of Clay Creek #9A8B56

Tints of Clay Creek #9A8B56

Color information

#9A8B56 (or 0x9A8B56) is unknown color: approx Clay Creek. HEX triplet: 9A, 8B and 56. RGB value is (154,139,86). Sum of RGB (Red+Green+Blue) = 154+139+86=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8B56 is #6574A9. Grayscale: #898989. Windows color (decimal): -6649002 or 5671834. OLE color: 5671834.

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

Color convert

RGB15413986-
CMYK00.100.440.40
HSL46.76º28.33%47.06%-
HSV(B)46.76º44.16%60.39%-
XYZ24.2426.0112.55-
YUV137.4498.97139.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.63%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=40.63%
G=36.68%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541398600.100.440.4046.7628.3347.06
Hex9A8B560A2C282f1c2f
Octal2322131260125450573457
Binary100110101000101110101100101010110010100010111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,139,86); }

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

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

 a { background-color: rgb(154,139,86); }

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

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

 span { border-color: rgb(154,139,86); }

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