Html Css Color HEX #746661 Russett

📋 copy color: '#746661'

red 116 ◦ green 102 ◦ blue 97

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

Shades of Russett #746661

Tints of Russett #746661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.38%

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

R = 36.83%
G = 32.38%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746661 (or 0x746661) is known color: Russett. HEX triplet: 74, 66 and 61. RGB value is (116,102,97). Sum of RGB (Red+Green+Blue) = 116+102+97=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #746661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746661 is #8B999E. Grayscale: #696969. Windows color (decimal): -9148831 or 6383220. OLE color: 6383220.

HSL color Cylindrical-coordinate representation of color #746661: hue angle of 15.79º 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 #746661 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 97 -
CMYK 0 0.12 0.16 0.55
HSL 15.79º 0.09% 0.42% -
HSV(B) 15.79º 0.16% 0.45% -
XYZ 14.11 14.08 13.28 -
YUV 105.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 116 102 97 0 0.12 0.16 0.55 15.79 0.09 0.42
Hex 74 66 61 0 C 10 37 10 9 2A
Octal 164 146 141 0 14 20 67 20 11 52
Binary 1110100 1100110 1100001 0 1100 10000 110111 10000 1001 101010

Color Harmonies of #746661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746661

Black with #746661

Text Example


Text Example

White with #746661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746661; }

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

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

background-color css

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

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

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

border-color css

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

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

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