#928857

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

Shades of Clay Creek #928857

Tints of Clay Creek #928857

Color information

#928857 (or 0x928857) is unknown color: approx Clay Creek. HEX triplet: 92, 88 and 57. RGB value is (146,136,87). Sum of RGB (Red+Green+Blue) = 146+136+87=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #928857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928857 is #6D77A8. Grayscale: #858585. Windows color (decimal): -7174057 or 5736594. OLE color: 5736594.

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

Color convert

RGB14613687-
CMYK00.070.400.43
HSL49.83º25.32%45.69%-
HSV(B)49.83º40.41%57.25%-
XYZ22.3824.4112.55-
YUV133.4101.81136.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 87 (34.38% from 255) = 23.58%
R=39.57%
G=36.86%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461368700.070.400.4349.8325.3245.69
Hex92885707282B32192e
Octal222210127075053623156
Binary10010010100010001010111011110100010101111001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928857; }

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

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

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

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

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

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

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

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