Html Css Color HEX #746D3F Go Ben

📋 copy color: '#746D3F'

red 116 ◦ green 109 ◦ blue 63

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

Shades of Go Ben #746D3F

Tints of Go Ben #746D3F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.85%

 BLUE value IS 63 (25% from 255) = 21.88%

R = 40.28%
G = 37.85%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#746D3F (or 0x746D3F) is known color: Go Ben. HEX triplet: 74, 6D and 3F. RGB value is (116,109,63). Sum of RGB (Red+Green+Blue) = 116+109+63=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #746D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D3F is #8B92C0. Grayscale: #6A6A6A. Windows color (decimal): -9147073 or 4156788. OLE color: 4156788.

HSL color Cylindrical-coordinate representation of color #746D3F: hue angle of 52.08º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #746D3F is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 109 63 -
CMYK 0 0.06 0.46 0.55
HSL 52.08º 0.3% 0.35% -
HSV(B) 52.08º 0.46% 0.45% -
XYZ 13.57 15.01 6.88 -
YUV 105.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 116 109 63 0 0.06 0.46 0.55 52.08 0.3 0.35
Hex 74 6D 3F 0 6 2E 37 34 1E 23
Octal 164 155 77 0 6 56 67 64 36 43
Binary 1110100 1101101 111111 0 110 101110 110111 110100 11110 100011

Color Harmonies of #746D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D3F

Black with #746D3F

Text Example


Text Example

White with #746D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,109,63); }

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

background-color css

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

 a { background-color: rgb(116,109,63); }

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

border-color css

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

 span { border-color: rgb(116,109,63); }

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