Html Css Color HEX #766240 Yellow Metal

📋 copy color: '#766240'

red 118 ◦ green 98 ◦ blue 64

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

Shades of Yellow Metal #766240

Tints of Yellow Metal #766240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 42.14%
G = 35%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#766240 (or 0x766240) is known color: Yellow Metal. HEX triplet: 76, 62 and 40. RGB value is (118,98,64). Sum of RGB (Red+Green+Blue) = 118+98+64=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766240 is #899DBF. Grayscale: #646464. Windows color (decimal): -9018816 or 4219510. OLE color: 4219510.

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

Color convert

RGB 118 98 64 -
CMYK 0 0.17 0.46 0.54
HSL 37.78º 0.3% 0.36% -
HSV(B) 37.78º 0.46% 0.46% -
XYZ 12.76 12.96 6.68 -
YUV 100.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 118 98 64 0 0.17 0.46 0.54 37.78 0.3 0.36
Hex 76 62 40 0 11 2E 36 26 1E 24
Octal 166 142 100 0 21 56 66 46 36 44
Binary 1110110 1100010 1000000 0 10001 101110 110110 100110 11110 100100

Color Harmonies of #766240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766240

Black with #766240

Text Example


Text Example

White with #766240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766240; }

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

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

background-color css

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

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

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

border-color css

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

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

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