Html Css Color HEX #766642 Yellow Metal

📋 copy color: '#766642'

red 118 ◦ green 102 ◦ blue 66

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

Shades of Yellow Metal #766642

Tints of Yellow Metal #766642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.08%

R = 41.26%
G = 35.66%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#766642 (or 0x766642) is known color: Yellow Metal. HEX triplet: 76, 66 and 42. RGB value is (118,102,66). Sum of RGB (Red+Green+Blue) = 118+102+66=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #766642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766642 is #8999BD. Grayscale: #666666. Windows color (decimal): -9017790 or 4351606. OLE color: 4351606.

HSL color Cylindrical-coordinate representation of color #766642: hue angle of 41.54º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766642 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 66 -
CMYK 0 0.14 0.44 0.54
HSL 41.54º 0.28% 0.36% -
HSV(B) 41.54º 0.44% 0.46% -
XYZ 13.21 13.75 7.11 -
YUV 102.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 118 102 66 0 0.14 0.44 0.54 41.54 0.28 0.36
Hex 76 66 42 0 E 2C 36 2A 1C 24
Octal 166 146 102 0 16 54 66 52 34 44
Binary 1110110 1100110 1000010 0 1110 101100 110110 101010 11100 100100

Color Harmonies of #766642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766642

Black with #766642

Text Example


Text Example

White with #766642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766642; }

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

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

background-color css

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

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

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

border-color css

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

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

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