Html Css Color HEX #766039 Yellow Metal

📋 copy color: '#766039'

red 118 ◦ green 96 ◦ blue 57

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

Shades of Yellow Metal #766039

Tints of Yellow Metal #766039

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 43.54%
G = 35.42%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#766039 (or 0x766039) is known color: Yellow Metal. HEX triplet: 76, 60 and 39. RGB value is (118,96,57). Sum of RGB (Red+Green+Blue) = 118+96+57=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #766039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766039 is #899FC6. Grayscale: #626262. Windows color (decimal): -9019335 or 3760246. OLE color: 3760246.

HSL color Cylindrical-coordinate representation of color #766039: hue angle of 38.36º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766039 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 57 -
CMYK 0 0.19 0.52 0.54
HSL 38.36º 0.35% 0.34% -
HSV(B) 38.36º 0.52% 0.46% -
XYZ 12.39 12.51 5.63 -
YUV 98.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 118 96 57 0 0.19 0.52 0.54 38.36 0.35 0.34
Hex 76 60 39 0 13 34 36 26 23 22
Octal 166 140 71 0 23 64 66 46 43 42
Binary 1110110 1100000 111001 0 10011 110100 110110 100110 100011 100010

Color Harmonies of #766039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766039

Black with #766039

Text Example


Text Example

White with #766039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766039; }

 p { color: rgb(118,96,57); }

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

background-color css

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

 a { background-color: rgb(118,96,57); }

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

border-color css

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

 span { border-color: rgb(118,96,57); }

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