Html Css Color HEX #766940 Yellow Metal

📋 copy color: '#766940'

red 118 ◦ green 105 ◦ blue 64

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

Shades of Yellow Metal #766940

Tints of Yellow Metal #766940

RGB

 RED value IS 118 (46.48% from 255) = 41.11%

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

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 41.11%
G = 36.59%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#766940 (or 0x766940) is known color: Yellow Metal. HEX triplet: 76, 69 and 40. RGB value is (118,105,64). Sum of RGB (Red+Green+Blue) = 118+105+64=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #766940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766940 is #8996BF. Grayscale: #686868. Windows color (decimal): -9017024 or 4221302. OLE color: 4221302.

HSL color Cylindrical-coordinate representation of color #766940: hue angle of 45.56º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766940 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 64 -
CMYK 0 0.11 0.46 0.54
HSL 45.56º 0.3% 0.36% -
HSV(B) 45.56º 0.46% 0.46% -
XYZ 13.45 14.32 6.91 -
YUV 104.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 118 105 64 0 0.11 0.46 0.54 45.56 0.3 0.36
Hex 76 69 40 0 B 2E 36 2E 1E 24
Octal 166 151 100 0 13 56 66 56 36 44
Binary 1110110 1101001 1000000 0 1011 101110 110110 101110 11110 100100

Color Harmonies of #766940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766940

Black with #766940

Text Example


Text Example

White with #766940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766940; }

 p { color: rgb(118,105,64); }

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

background-color css

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

 a { background-color: rgb(118,105,64); }

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

border-color css

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

 span { border-color: rgb(118,105,64); }

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