Html Css Color HEX #766640 Yellow Metal

📋 copy color: '#766640'

red 118 ◦ green 102 ◦ blue 64

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

Shades of Yellow Metal #766640

Tints of Yellow Metal #766640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.92%

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

R = 41.55%
G = 35.92%
B = 22.54%

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

#766640 (or 0x766640) is known color: Yellow Metal. HEX triplet: 76, 66 and 40. RGB value is (118,102,64). Sum of RGB (Red+Green+Blue) = 118+102+64=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #766640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766640 is #8999BF. Grayscale: #666666. Windows color (decimal): -9017792 or 4220534. OLE color: 4220534.

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

Color convert

RGB 118 102 64 -
CMYK 0 0.14 0.46 0.54
HSL 42.22º 0.3% 0.36% -
HSV(B) 42.22º 0.46% 0.46% -
XYZ 13.15 13.72 6.81 -
YUV 102.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 118 102 64 0 0.14 0.46 0.54 42.22 0.3 0.36
Hex 76 66 40 0 E 2E 36 2A 1E 24
Octal 166 146 100 0 16 56 66 52 36 44
Binary 1110110 1100110 1000000 0 1110 101110 110110 101010 11110 100100

Color Harmonies of #766640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766640

Black with #766640

Text Example


Text Example

White with #766640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766640; }

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

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

background-color css

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

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

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

border-color css

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

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

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