Html Css Color HEX #766440 Yellow Metal

📋 copy color: '#766440'

red 118 ◦ green 100 ◦ blue 64

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

Shades of Yellow Metal #766440

Tints of Yellow Metal #766440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

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

R = 41.84%
G = 35.46%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#766440 (or 0x766440) is known color: Yellow Metal. HEX triplet: 76, 64 and 40. RGB value is (118,100,64). Sum of RGB (Red+Green+Blue) = 118+100+64=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #766440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766440 is #899BBF. Grayscale: #656565. Windows color (decimal): -9018304 or 4220022. OLE color: 4220022.

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

Color convert

RGB 118 100 64 -
CMYK 0 0.15 0.46 0.54
HSL 40º 0.3% 0.36% -
HSV(B) 40º 0.46% 0.46% -
XYZ 12.95 13.34 6.74 -
YUV 101.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 118 100 64 0 0.15 0.46 0.54 40 0.3 0.36
Hex 76 64 40 0 F 2E 36 28 1E 24
Octal 166 144 100 0 17 56 66 50 36 44
Binary 1110110 1100100 1000000 0 1111 101110 110110 101000 11110 100100

Color Harmonies of #766440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766440

Black with #766440

Text Example


Text Example

White with #766440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766440; }

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

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

background-color css

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

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

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

border-color css

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

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

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