#927E5B

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

Shades of Clay Creek #927E5B

Tints of Clay Creek #927E5B

Color information

#927E5B (or 0x927E5B) is unknown color: approx Clay Creek. HEX triplet: 92, 7E and 5B. RGB value is (146,126,91). Sum of RGB (Red+Green+Blue) = 146+126+91=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #927E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E5B is #6D81A4. Grayscale: #808080. Windows color (decimal): -7176613 or 5996178. OLE color: 5996178.

HSL color Cylindrical-coordinate representation of color #927E5B: hue angle of 38.18º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #927E5B is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14612691-
CMYK00.140.380.43
HSL38.18º23.21%46.47%-
HSV(B)38.18º37.67%57.25%-
XYZ21.221.7912.99-
YUV127.99107.13140.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=40.22%
G=34.71%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461269100.140.380.4338.1823.2146.47
Hex927E5B0E262B26172e
Octal2221761330164653462756
Binary10010010111111010110110111010011010101110011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927E5B; }

 p { color: rgb(146,126,91); }

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

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

 a { background-color: rgb(146,126,91); }

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

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

 span { border-color: rgb(146,126,91); }

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