#928754

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

Shades of Clay Creek #928754

Tints of Clay Creek #928754

Color information

#928754 (or 0x928754) is unknown color: approx Clay Creek. HEX triplet: 92, 87 and 54. RGB value is (146,135,84). Sum of RGB (Red+Green+Blue) = 146+135+84=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #928754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928754 is #6D78AB. Grayscale: #848484. Windows color (decimal): -7174316 or 5539730. OLE color: 5539730.

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

Color convert

RGB14613584-
CMYK00.080.420.43
HSL49.35º26.96%45.1%-
HSV(B)49.35º42.47%57.25%-
XYZ22.1224.0811.87-
YUV132.48100.64137.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 84 (33.20% from 255) = 23.01%
R=40%
G=36.99%
B=23.01%

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
Decimal1461358400.080.420.4349.3526.9645.1
Hex928754082A2B311b2d
Octal2222071240105253613355
Binary100100101000011110101000100010101010101111000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928754; }

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

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

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

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

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

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

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

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