#928958

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

Shades of Clay Creek #928958

Tints of Clay Creek #928958

Color information

#928958 (or 0x928958) is unknown color: approx Clay Creek. HEX triplet: 92, 89 and 58. RGB value is (146,137,88). Sum of RGB (Red+Green+Blue) = 146+137+88=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #928958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928958 is #6D76A7. Grayscale: #868686. Windows color (decimal): -7173800 or 5802386. OLE color: 5802386.

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

Color convert

RGB14613788-
CMYK00.060.400.43
HSL50.69º24.79%45.88%-
HSV(B)50.69º39.73%57.25%-
XYZ22.5624.7112.81-
YUV134.1101.98136.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=39.35%
G=36.93%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461378800.060.400.4350.6924.7945.88
Hex92895806282B33192e
Octal222211130065053633156
Binary10010010100010011011000011010100010101111001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928958; }

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

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

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

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

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

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

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

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