#927F5B

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

Shades of Clay Creek #927F5B

Tints of Clay Creek #927F5B

Color information

#927F5B (or 0x927F5B) is unknown color: approx Clay Creek. HEX triplet: 92, 7F and 5B. RGB value is (146,127,91). Sum of RGB (Red+Green+Blue) = 146+127+91=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #927F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F5B is #6D80A4. Grayscale: #808080. Windows color (decimal): -7176357 or 5996434. OLE color: 5996434.

HSL color Cylindrical-coordinate representation of color #927F5B: hue angle of 39.27º 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 #927F5B is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14612791-
CMYK00.130.380.43
HSL39.27º23.21%46.47%-
HSV(B)39.27º37.67%57.25%-
XYZ21.3322.0513.03-
YUV128.58106.79140.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 91 (35.94% from 255) = 25%
R=40.11%
G=34.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461279100.130.380.4339.2723.2146.47
Hex927F5B0D262B27172e
Octal2221771330154653472756
Binary10010010111111110110110110110011010101110011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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