Html Css Color HEX #766B3F Yellow Metal

📋 copy color: '#766B3F'

red 118 ◦ green 107 ◦ blue 63

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

Shades of Yellow Metal #766B3F

Tints of Yellow Metal #766B3F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.15%

 BLUE value IS 63 (25% from 255) = 21.88%

R = 40.97%
G = 37.15%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#766B3F (or 0x766B3F) is known color: Yellow Metal. HEX triplet: 76, 6B and 3F. RGB value is (118,107,63). Sum of RGB (Red+Green+Blue) = 118+107+63=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B3F is #8994C0. Grayscale: #696969. Windows color (decimal): -9016513 or 4156278. OLE color: 4156278.

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

Color convert

RGB 118 107 63 -
CMYK 0 0.09 0.47 0.54
HSL 48º 0.3% 0.35% -
HSV(B) 48º 0.47% 0.46% -
XYZ 13.63 14.73 6.83 -
YUV 105.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 118 107 63 0 0.09 0.47 0.54 48 0.3 0.35
Hex 76 6B 3F 0 9 2F 36 30 1E 23
Octal 166 153 77 0 11 57 66 60 36 43
Binary 1110110 1101011 111111 0 1001 101111 110110 110000 11110 100011

Color Harmonies of #766B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B3F

Black with #766B3F

Text Example


Text Example

White with #766B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,107,63); }

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

background-color css

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

 a { background-color: rgb(118,107,63); }

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

border-color css

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

 span { border-color: rgb(118,107,63); }

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