Html Css Color HEX #766D3B Yellow Metal

📋 copy color: '#766D3B'

red 118 ◦ green 109 ◦ blue 59

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

Shades of Yellow Metal #766D3B

Tints of Yellow Metal #766D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 41.26%
G = 38.11%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#766D3B (or 0x766D3B) is known color: Yellow Metal. HEX triplet: 76, 6D and 3B. RGB value is (118,109,59). Sum of RGB (Red+Green+Blue) = 118+109+59=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #766D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D3B is #8992C4. Grayscale: #6A6A6A. Windows color (decimal): -9016005 or 3894646. OLE color: 3894646.

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

Color convert

RGB 118 109 59 -
CMYK 0 0.08 0.50 0.54
HSL 50.85º 0.33% 0.35% -
HSV(B) 50.85º 0.5% 0.46% -
XYZ 13.73 15.1 6.33 -
YUV 105.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 118 109 59 0 0.08 0.50 0.54 50.85 0.33 0.35
Hex 76 6D 3B 0 8 32 36 33 21 23
Octal 166 155 73 0 10 62 66 63 41 43
Binary 1110110 1101101 111011 0 1000 110010 110110 110011 100001 100011

Color Harmonies of #766D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D3B

Black with #766D3B

Text Example


Text Example

White with #766D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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