#918B51

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

Shades of Clay Creek #918B51

Tints of Clay Creek #918B51

Color information

#918B51 (or 0x918B51) is unknown color: approx Clay Creek. HEX triplet: 91, 8B and 51. RGB value is (145,139,81). Sum of RGB (Red+Green+Blue) = 145+139+81=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #918B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B51 is #6E74AE. Grayscale: #868686. Windows color (decimal): -7238831 or 5344145. OLE color: 5344145.

HSL color Cylindrical-coordinate representation of color #918B51: hue angle of 54.38º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #918B51 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB14513981-
CMYK00.040.440.43
HSL54.38º28.32%44.31%-
HSV(B)54.38º44.14%56.86%-
XYZ22.3925.0811.44-
YUV134.1897.99135.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.73%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=39.73%
G=38.08%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451398100.040.440.4354.3828.3244.31
Hex918B51042C2B361c2c
Octal221213121045453663454
Binary10010001100010111010001010010110010101111011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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