Html Css Color HEX #766540 Yellow Metal

📋 copy color: '#766540'

red 118 ◦ green 101 ◦ blue 64

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

Shades of Yellow Metal #766540

Tints of Yellow Metal #766540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

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

R = 41.7%
G = 35.69%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#766540 (or 0x766540) is known color: Yellow Metal. HEX triplet: 76, 65 and 40. RGB value is (118,101,64). Sum of RGB (Red+Green+Blue) = 118+101+64=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #766540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766540 is #899ABF. Grayscale: #666666. Windows color (decimal): -9018048 or 4220278. OLE color: 4220278.

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

Color convert

RGB 118 101 64 -
CMYK 0 0.14 0.46 0.54
HSL 41.11º 0.3% 0.36% -
HSV(B) 41.11º 0.46% 0.46% -
XYZ 13.05 13.53 6.77 -
YUV 101.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 118 101 64 0 0.14 0.46 0.54 41.11 0.3 0.36
Hex 76 65 40 0 E 2E 36 29 1E 24
Octal 166 145 100 0 16 56 66 51 36 44
Binary 1110110 1100101 1000000 0 1110 101110 110110 101001 11110 100100

Color Harmonies of #766540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766540

Black with #766540

Text Example


Text Example

White with #766540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766540; }

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

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

background-color css

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

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

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

border-color css

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

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

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