#918C56

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

Shades of Clay Creek #918C56

Tints of Clay Creek #918C56

Color information

#918C56 (or 0x918C56) is unknown color: approx Clay Creek. HEX triplet: 91, 8C and 56. RGB value is (145,140,86). Sum of RGB (Red+Green+Blue) = 145+140+86=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #918C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C56 is #6E73A9. Grayscale: #878787. Windows color (decimal): -7238570 or 5672081. OLE color: 5672081.

HSL color Cylindrical-coordinate representation of color #918C56: hue angle of 54.92º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #918C56 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB14514086-
CMYK00.030.410.43
HSL54.92º25.54%45.29%-
HSV(B)54.92º40.69%56.86%-
XYZ22.7325.4512.52-
YUV135.34100.16134.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=39.08%
G=37.74%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451408600.030.410.4354.9225.5445.29
Hex918C5603292B371a2d
Octal221214126035153673255
Binary1001000110001100101011001110100110101111011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918C56; }

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

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

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

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

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

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

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

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