#918857

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

Shades of Clay Creek #918857

Tints of Clay Creek #918857

Color information

#918857 (or 0x918857) is unknown color: approx Clay Creek. HEX triplet: 91, 88 and 57. RGB value is (145,136,87). Sum of RGB (Red+Green+Blue) = 145+136+87=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #918857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918857 is #6E77A8. Grayscale: #858585. Windows color (decimal): -7239593 or 5736593. OLE color: 5736593.

HSL color Cylindrical-coordinate representation of color #918857: hue angle of 50.69º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918857 is Cyan = 0, Magento = 0.06, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB14513687-
CMYK00.060.40.43
HSL50.69º25%45.49%-
HSV(B)50.69º40%56.86%-
XYZ22.224.3212.54-
YUV133.1101.98136.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 87 (34.38% from 255) = 23.64%
R=39.40%
G=36.96%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451368700.060.40.4350.692545.49
Hex91885706282B33192d
Octal221210127065053633155
Binary10010001100010001010111011010100010101111001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918857; }

 p { color: rgb(145,136,87); }

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

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

 a { background-color: rgb(145,136,87); }

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

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

 span { border-color: rgb(145,136,87); }

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