#928256

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

Shades of Clay Creek #928256

Tints of Clay Creek #928256

Color information

#928256 (or 0x928256) is unknown color: approx Clay Creek. HEX triplet: 92, 82 and 56. RGB value is (146,130,86). Sum of RGB (Red+Green+Blue) = 146+130+86=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #928256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928256 is #6D7DA9. Grayscale: #818181. Windows color (decimal): -7175594 or 5669522. OLE color: 5669522.

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

Color convert

RGB14613086-
CMYK00.110.410.43
HSL44º25.86%45.49%-
HSV(B)44º41.1%57.25%-
XYZ21.5222.7512.06-
YUV129.77103.3139.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 86 (33.98% from 255) = 23.76%
R=40.33%
G=35.91%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461308600.110.410.434425.8645.49
Hex9282560B292B2c1a2d
Octal2222021260135153543255
Binary100100101000001010101100101110100110101110110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928256; }

 p { color: rgb(146,130,86); }

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

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

 a { background-color: rgb(146,130,86); }

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

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

 span { border-color: rgb(146,130,86); }

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