Html Css Color HEX #766D3C Yellow Metal

📋 copy color: '#766D3C'

red 118 ◦ green 109 ◦ blue 60

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

Shades of Yellow Metal #766D3C

Tints of Yellow Metal #766D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.98%

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 41.11%
G = 37.98%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#766D3C (or 0x766D3C) is known color: Yellow Metal. HEX triplet: 76, 6D and 3C. RGB value is (118,109,60). Sum of RGB (Red+Green+Blue) = 118+109+60=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #766D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D3C is #8992C3. Grayscale: #6A6A6A. Windows color (decimal): -9016004 or 3960182. OLE color: 3960182.

HSL color Cylindrical-coordinate representation of color #766D3C: hue angle of 50.69º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766D3C is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 60 -
CMYK 0 0.08 0.49 0.54
HSL 50.69º 0.33% 0.35% -
HSV(B) 50.69º 0.49% 0.46% -
XYZ 13.76 15.12 6.47 -
YUV 106.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 118 109 60 0 0.08 0.49 0.54 50.69 0.33 0.35
Hex 76 6D 3C 0 8 31 36 33 21 23
Octal 166 155 74 0 10 61 66 63 41 43
Binary 1110110 1101101 111100 0 1000 110001 110110 110011 100001 100011

Color Harmonies of #766D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D3C

Black with #766D3C

Text Example


Text Example

White with #766D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766D3C; }

 p { color: rgb(118,109,60); }

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

background-color css

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

 a { background-color: rgb(118,109,60); }

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

border-color css

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

 span { border-color: rgb(118,109,60); }

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