#918B56

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

Shades of Clay Creek #918B56

Tints of Clay Creek #918B56

Color information

#918B56 (or 0x918B56) is unknown color: approx Clay Creek. HEX triplet: 91, 8B and 56. RGB value is (145,139,86). Sum of RGB (Red+Green+Blue) = 145+139+86=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #918B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B56 is #6E74A9. Grayscale: #868686. Windows color (decimal): -7238826 or 5671825. OLE color: 5671825.

HSL color Cylindrical-coordinate representation of color #918B56: hue angle of 53.9º 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 #918B56 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB14513986-
CMYK00.040.410.43
HSL53.9º25.54%45.29%-
HSV(B)53.9º40.69%56.86%-
XYZ22.5925.1612.47-
YUV134.75100.49135.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.19%
GREEN value IS 139 (54.69% from 255) = 37.57%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=39.19%
G=37.57%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451398600.040.410.4353.925.5445.29
Hex918B5604292B361a2d
Octal221213126045153663255
Binary10010001100010111010110010010100110101111011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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