#928951

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

Shades of Clay Creek #928951

Tints of Clay Creek #928951

Color information

#928951 (or 0x928951) is unknown color: approx Clay Creek. HEX triplet: 92, 89 and 51. RGB value is (146,137,81). Sum of RGB (Red+Green+Blue) = 146+137+81=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #928951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928951 is #6D76AE. Grayscale: #858585. Windows color (decimal): -7173807 or 5343634. OLE color: 5343634.

HSL color Cylindrical-coordinate representation of color #928951: hue angle of 51.69º 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 #928951 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14613781-
CMYK00.060.450.43
HSL51.69º28.63%44.51%-
HSV(B)51.69º44.52%57.25%-
XYZ22.2824.611.36-
YUV133.3198.48137.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=40.11%
G=37.64%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461378100.060.450.4351.6928.6344.51
Hex928951062D2B341d2d
Octal222211121065553643555
Binary10010010100010011010001011010110110101111010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928951; }

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

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

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

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

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

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

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

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