#6E6461

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

Shades of Russett #6E6461

Tints of Russett #6E6461

Color information

#6E6461 (or 0x6E6461) is unknown color: approx Russett. HEX triplet: 6E, 64 and 61. RGB value is (110,100,97). Sum of RGB (Red+Green+Blue) = 110+100+97=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6461 is #919B9E. Grayscale: #666666. Windows color (decimal): -9542559 or 6382702. OLE color: 6382702.

HSL color Cylindrical-coordinate representation of color #6E6461: hue angle of 13.85º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E6461 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB11010097-
CMYK00.090.120.57
HSL13.85º6.28%40.59%-
HSV(B)13.85º11.82%43.14%-
XYZ13.1513.2913.18-
YUV102.65124.81133.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.83%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=35.83%
G=32.57%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101009700.090.120.5713.856.2840.59
Hex6E646109C39e629
Octal156144141011147116651
Binary1101110110010011000010100111001110011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E6461; }

 p { color: rgb(110,100,97); }

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

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

 a { background-color: rgb(110,100,97); }

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

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

 span { border-color: rgb(110,100,97); }

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