#928654

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

Shades of Clay Creek #928654

Tints of Clay Creek #928654

Color information

#928654 (or 0x928654) is unknown color: approx Clay Creek. HEX triplet: 92, 86 and 54. RGB value is (146,134,84). Sum of RGB (Red+Green+Blue) = 146+134+84=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #928654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928654 is #6D79AB. Grayscale: #848484. Windows color (decimal): -7174572 or 5539474. OLE color: 5539474.

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

Color convert

RGB14613484-
CMYK00.080.420.43
HSL48.39º26.96%45.1%-
HSV(B)48.39º42.47%57.25%-
XYZ21.9823.811.82-
YUV131.89100.98138.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=40.11%
G=36.81%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461348400.080.420.4348.3926.9645.1
Hex928654082A2B301b2d
Octal2222061240105253603355
Binary100100101000011010101000100010101010101111000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928654; }

 p { color: rgb(146,134,84); }

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

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

 a { background-color: rgb(146,134,84); }

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

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

 span { border-color: rgb(146,134,84); }

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