Html Css Color HEX #766644 Yellow Metal

📋 copy color: '#766644'

red 118 ◦ green 102 ◦ blue 68

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

Shades of Yellow Metal #766644

Tints of Yellow Metal #766644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.61%

R = 40.97%
G = 35.42%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#766644 (or 0x766644) is known color: Yellow Metal. HEX triplet: 76, 66 and 44. RGB value is (118,102,68). Sum of RGB (Red+Green+Blue) = 118+102+68=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766644 is #8999BB. Grayscale: #676767. Windows color (decimal): -9017788 or 4482678. OLE color: 4482678.

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

Color convert

RGB 118 102 68 -
CMYK 0 0.14 0.42 0.54
HSL 40.8º 0.27% 0.36% -
HSV(B) 40.8º 0.42% 0.46% -
XYZ 13.27 13.77 7.43 -
YUV 102.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 118 102 68 0 0.14 0.42 0.54 40.8 0.27 0.36
Hex 76 66 44 0 E 2A 36 29 1B 24
Octal 166 146 104 0 16 52 66 51 33 44
Binary 1110110 1100110 1000100 0 1110 101010 110110 101001 11011 100100

Color Harmonies of #766644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766644

Black with #766644

Text Example


Text Example

White with #766644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766644; }

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

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

background-color css

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

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

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

border-color css

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

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

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