Html Css Color HEX #766241 Yellow Metal

📋 copy color: '#766241'

red 118 ◦ green 98 ◦ blue 65

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

Shades of Yellow Metal #766241

Tints of Yellow Metal #766241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 41.99%
G = 34.88%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#766241 (or 0x766241) is known color: Yellow Metal. HEX triplet: 76, 62 and 41. RGB value is (118,98,65). Sum of RGB (Red+Green+Blue) = 118+98+65=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #766241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766241 is #899DBE. Grayscale: #646464. Windows color (decimal): -9018815 or 4285046. OLE color: 4285046.

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

Color convert

RGB 118 98 65 -
CMYK 0 0.17 0.45 0.54
HSL 37.36º 0.29% 0.36% -
HSV(B) 37.36º 0.45% 0.46% -
XYZ 12.79 12.97 6.83 -
YUV 100.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 118 98 65 0 0.17 0.45 0.54 37.36 0.29 0.36
Hex 76 62 41 0 11 2D 36 25 1D 24
Octal 166 142 101 0 21 55 66 45 35 44
Binary 1110110 1100010 1000001 0 10001 101101 110110 100101 11101 100100

Color Harmonies of #766241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766241

Black with #766241

Text Example


Text Example

White with #766241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766241; }

 p { color: rgb(118,98,65); }

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

background-color css

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

 a { background-color: rgb(118,98,65); }

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

border-color css

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

 span { border-color: rgb(118,98,65); }

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