#928851

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

Shades of Clay Creek #928851

Tints of Clay Creek #928851

Color information

#928851 (or 0x928851) is unknown color: approx Clay Creek. HEX triplet: 92, 88 and 51. RGB value is (146,136,81). Sum of RGB (Red+Green+Blue) = 146+136+81=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #928851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928851 is #6D77AE. Grayscale: #848484. Windows color (decimal): -7174063 or 5343378. OLE color: 5343378.

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

Color convert

RGB14613681-
CMYK00.070.450.43
HSL50.77º28.63%44.51%-
HSV(B)50.77º44.52%57.25%-
XYZ22.1424.3111.31-
YUV132.7298.81137.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=40.22%
G=37.47%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461368100.070.450.4350.7728.6344.51
Hex928851072D2B331d2d
Octal222210121075553633555
Binary10010010100010001010001011110110110101111001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928851; }

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

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

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

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

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

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

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

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