#928151

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

Shades of Clay Creek #928151

Tints of Clay Creek #928151

Color information

#928151 (or 0x928151) is unknown color: approx Clay Creek. HEX triplet: 92, 81 and 51. RGB value is (146,129,81). Sum of RGB (Red+Green+Blue) = 146+129+81=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #928151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928151 is #6D7EAE. Grayscale: #808080. Windows color (decimal): -7175855 or 5341586. OLE color: 5341586.

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

Color convert

RGB14612981-
CMYK00.120.450.43
HSL44.31º28.63%44.51%-
HSV(B)44.31º44.52%57.25%-
XYZ21.1922.4110.99-
YUV128.61101.13140.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.01%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=41.01%
G=36.24%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461298100.120.450.4344.3128.6344.51
Hex9281510C2D2B2c1d2d
Octal2222011210145553543555
Binary100100101000000110100010110010110110101110110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928151; }

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

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

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

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

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

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

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

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