#928755

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

Shades of Clay Creek #928755

Tints of Clay Creek #928755

Color information

#928755 (or 0x928755) is unknown color: approx Clay Creek. HEX triplet: 92, 87 and 55. RGB value is (146,135,85). Sum of RGB (Red+Green+Blue) = 146+135+85=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #928755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928755 is #6D78AA. Grayscale: #848484. Windows color (decimal): -7174315 or 5605266. OLE color: 5605266.

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

Color convert

RGB14613585-
CMYK00.080.420.43
HSL49.18º26.41%45.29%-
HSV(B)49.18º41.78%57.25%-
XYZ22.1624.0912.08-
YUV132.59101.14137.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.89%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=39.89%
G=36.89%
B=23.22%

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
Decimal1461358500.080.420.4349.1826.4145.29
Hex928755082A2B311a2d
Octal2222071250105253613255
Binary100100101000011110101010100010101010101111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928755; }

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

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

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

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

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

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

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

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