Html Css Color HEX #746561 Russett

📋 copy color: '#746561'

red 116 ◦ green 101 ◦ blue 97

#746561
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russett #746561

Tints of Russett #746561

RGB

 RED value IS 116 (45.7% from 255) = 36.94%

 GREEN value IS 101 (39.84% from 255) = 32.17%

 BLUE value IS 97 (38.28% from 255) = 30.89%

R = 36.94%
G = 32.17%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746561 (or 0x746561) is known color: Russett. HEX triplet: 74, 65 and 61. RGB value is (116,101,97). Sum of RGB (Red+Green+Blue) = 116+101+97=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #746561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746561 is #8B9A9E. Grayscale: #696969. Windows color (decimal): -9149087 or 6382964. OLE color: 6382964.

HSL color Cylindrical-coordinate representation of color #746561: hue angle of 12.63º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746561 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 101 97 -
CMYK 0 0.13 0.16 0.55
HSL 12.63º 0.09% 0.42% -
HSV(B) 12.63º 0.16% 0.45% -
XYZ 14.01 13.88 13.25 -
YUV 105.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 116 101 97 0 0.13 0.16 0.55 12.63 0.09 0.42
Hex 74 65 61 0 D 10 37 D 9 2A
Octal 164 145 141 0 15 20 67 15 11 52
Binary 1110100 1100101 1100001 0 1101 10000 110111 1101 1001 101010

Color Harmonies of #746561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746561

Black with #746561

Text Example


Text Example

White with #746561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746561; }

 p { color: rgb(116,101,97); }

 H1.HeaderClassName
 {
   color: #746561;
 }
 .AnyTagClassName
 {
   color: #746561;
 }
</style>

background-color css

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

 a { background-color: rgb(116,101,97); }

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

border-color css

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

 span { border-color: rgb(116,101,97); }

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