Html Css Color HEX #746946 Go Ben

📋 copy color: '#746946'

red 116 ◦ green 105 ◦ blue 70

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

Shades of Go Ben #746946

Tints of Go Ben #746946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 39.86%
G = 36.08%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#746946 (or 0x746946) is known color: Go Ben. HEX triplet: 74, 69 and 46. RGB value is (116,105,70). Sum of RGB (Red+Green+Blue) = 116+105+70=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #746946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746946 is #8B96B9. Grayscale: #686868. Windows color (decimal): -9148090 or 4614516. OLE color: 4614516.

HSL color Cylindrical-coordinate representation of color #746946: hue angle of 45.65º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #746946 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 70 -
CMYK 0 0.09 0.40 0.55
HSL 45.65º 0.25% 0.36% -
HSV(B) 45.65º 0.4% 0.45% -
XYZ 13.36 14.26 7.84 -
YUV 104.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 116 105 70 0 0.09 0.40 0.55 45.65 0.25 0.36
Hex 74 69 46 0 9 28 37 2E 19 24
Octal 164 151 106 0 11 50 67 56 31 44
Binary 1110100 1101001 1000110 0 1001 101000 110111 101110 11001 100100

Color Harmonies of #746946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746946

Black with #746946

Text Example


Text Example

White with #746946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746946; }

 p { color: rgb(116,105,70); }

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

background-color css

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

 a { background-color: rgb(116,105,70); }

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

border-color css

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

 span { border-color: rgb(116,105,70); }

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