#928758

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

Shades of Clay Creek #928758

Tints of Clay Creek #928758

Color information

#928758 (or 0x928758) is unknown color: approx Clay Creek. HEX triplet: 92, 87 and 58. RGB value is (146,135,88). Sum of RGB (Red+Green+Blue) = 146+135+88=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #928758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928758 is #6D78A7. Grayscale: #858585. Windows color (decimal): -7174312 or 5801874. OLE color: 5801874.

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

Color convert

RGB14613588-
CMYK00.080.400.43
HSL48.62º24.79%45.88%-
HSV(B)48.62º39.73%57.25%-
XYZ22.2824.1412.72-
YUV132.93102.64137.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=39.57%
G=36.59%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461358800.080.400.4348.6224.7945.88
Hex92875808282B31192e
Octal2222071300105053613156
Binary100100101000011110110000100010100010101111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928758; }

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

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

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

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

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

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

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

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