Html Css Color HEX #766144 Yellow Metal

📋 copy color: '#766144'

red 118 ◦ green 97 ◦ blue 68

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

Shades of Yellow Metal #766144

Tints of Yellow Metal #766144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.28%

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

R = 41.7%
G = 34.28%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#766144 (or 0x766144) is known color: Yellow Metal. HEX triplet: 76, 61 and 44. RGB value is (118,97,68). Sum of RGB (Red+Green+Blue) = 118+97+68=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #766144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766144 is #899EBB. Grayscale: #646464. Windows color (decimal): -9019068 or 4481398. OLE color: 4481398.

HSL color Cylindrical-coordinate representation of color #766144: hue angle of 34.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 #766144 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 68 -
CMYK 0 0.18 0.42 0.54
HSL 34.8º 0.27% 0.36% -
HSV(B) 34.8º 0.42% 0.46% -
XYZ 12.79 12.82 7.27 -
YUV 99.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 118 97 68 0 0.18 0.42 0.54 34.8 0.27 0.36
Hex 76 61 44 0 12 2A 36 23 1B 24
Octal 166 141 104 0 22 52 66 43 33 44
Binary 1110110 1100001 1000100 0 10010 101010 110110 100011 11011 100100

Color Harmonies of #766144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766144

Black with #766144

Text Example


Text Example

White with #766144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766144; }

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

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

background-color css

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

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

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

border-color css

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

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

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