Html Css Color HEX #766140 Yellow Metal

📋 copy color: '#766140'

red 118 ◦ green 97 ◦ blue 64

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

Shades of Yellow Metal #766140

Tints of Yellow Metal #766140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

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

R = 42.29%
G = 34.77%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#766140 (or 0x766140) is known color: Yellow Metal. HEX triplet: 76, 61 and 40. RGB value is (118,97,64). Sum of RGB (Red+Green+Blue) = 118+97+64=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #766140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766140 is #899EBF. Grayscale: #636363. Windows color (decimal): -9019072 or 4219254. OLE color: 4219254.

HSL color Cylindrical-coordinate representation of color #766140: hue angle of 36.67º 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 #766140 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 64 -
CMYK 0 0.18 0.46 0.54
HSL 36.67º 0.3% 0.36% -
HSV(B) 36.67º 0.46% 0.46% -
XYZ 12.67 12.77 6.65 -
YUV 99.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 118 97 64 0 0.18 0.46 0.54 36.67 0.3 0.36
Hex 76 61 40 0 12 2E 36 25 1E 24
Octal 166 141 100 0 22 56 66 45 36 44
Binary 1110110 1100001 1000000 0 10010 101110 110110 100101 11110 100100

Color Harmonies of #766140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766140

Black with #766140

Text Example


Text Example

White with #766140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766140; }

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

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

background-color css

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

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

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

border-color css

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

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

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