#76635F

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

Shades of Russett #76635F

Tints of Russett #76635F

Color information

#76635F (or 0x76635F) is unknown color: approx Russett. HEX triplet: 76, 63 and 5F. RGB value is (118,99,95). Sum of RGB (Red+Green+Blue) = 118+99+95=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76635F is #899CA0. Grayscale: #686868. Windows color (decimal): -9018529 or 6251382. OLE color: 6251382.

HSL color Cylindrical-coordinate representation of color #76635F: hue angle of 10.43º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76635F is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1189995-
CMYK00.160.190.54
HSL10.43º10.8%41.76%-
HSV(B)10.43º19.49%46.27%-
XYZ1413.612.71-
YUV104.22122.79137.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 99 (39.06% from 255) = 31.73%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=37.82%
G=31.73%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118999500.160.190.5410.4310.841.76
Hex76635F0101336ab2a
Octal1661431370202366121352
Binary1110110110001110111110100001001111011010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76635F; }

 p { color: rgb(118,99,95); }

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

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

 a { background-color: rgb(118,99,95); }

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

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

 span { border-color: rgb(118,99,95); }

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