Html Css Color HEX #746C49 Go Ben

📋 copy color: '#746C49'

red 116 ◦ green 108 ◦ blue 73

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

Shades of Go Ben #746C49

Tints of Go Ben #746C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

 BLUE value IS 73 (28.91% from 255) = 24.58%

R = 39.06%
G = 36.36%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#746C49 (or 0x746C49) is known color: Go Ben. HEX triplet: 74, 6C and 49. RGB value is (116,108,73). Sum of RGB (Red+Green+Blue) = 116+108+73=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #746C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C49 is #8B93B6. Grayscale: #6A6A6A. Windows color (decimal): -9147319 or 4811892. OLE color: 4811892.

HSL color Cylindrical-coordinate representation of color #746C49: hue angle of 48.84º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #746C49 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 108 73 -
CMYK 0 0.07 0.37 0.55
HSL 48.84º 0.23% 0.37% -
HSV(B) 48.84º 0.37% 0.45% -
XYZ 13.77 14.92 8.46 -
YUV 106.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 116 108 73 0 0.07 0.37 0.55 48.84 0.23 0.37
Hex 74 6C 49 0 7 25 37 31 17 25
Octal 164 154 111 0 7 45 67 61 27 45
Binary 1110100 1101100 1001001 0 111 100101 110111 110001 10111 100101

Color Harmonies of #746C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C49

Black with #746C49

Text Example


Text Example

White with #746C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746C49; }

 p { color: rgb(116,108,73); }

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

background-color css

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

 a { background-color: rgb(116,108,73); }

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

border-color css

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

 span { border-color: rgb(116,108,73); }

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