#7C6256

Color #7C6256 Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #7C6256

Tints of Russett #7C6256

Color information

#7C6256 (or 0x7C6256) is unknown color: approx Russett. HEX triplet: 7C, 62 and 56. RGB value is (124,98,86). Sum of RGB (Red+Green+Blue) = 124+98+86=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6256 is #839DA9. Grayscale: #686868. Windows color (decimal): -8625578 or 5661308. OLE color: 5661308.

HSL color Cylindrical-coordinate representation of color #7C6256: hue angle of 18.95º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C6256 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB1249886-
CMYK00.210.310.51
HSL18.95º18.1%41.18%-
HSV(B)18.95º30.65%48.63%-
XYZ14.3613.6910.69-
YUV104.41117.61141.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.26%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=40.26%
G=31.82%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124988600.210.310.5118.9518.141.18
Hex7C62560151F33131229
Octal1741421260253763232251
Binary111110011000101010110010101111111100111001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C6256; }

 p { color: rgb(124,98,86); }

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

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

 a { background-color: rgb(124,98,86); }

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

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

 span { border-color: rgb(124,98,86); }

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