Html Css Color HEX #76683E Yellow Metal

📋 copy color: '#76683E'

red 118 ◦ green 104 ◦ blue 62

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

Shades of Yellow Metal #76683E

Tints of Yellow Metal #76683E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.62%

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 41.55%
G = 36.62%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76683E (or 0x76683E) is known color: Yellow Metal. HEX triplet: 76, 68 and 3E. RGB value is (118,104,62). Sum of RGB (Red+Green+Blue) = 118+104+62=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76683E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76683E is #8997C1. Grayscale: #676767. Windows color (decimal): -9017282 or 4089974. OLE color: 4089974.

HSL color Cylindrical-coordinate representation of color #76683E: hue angle of 45º degrees, saturation: 0.31, 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 #76683E is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 62 -
CMYK 0 0.12 0.47 0.54
HSL 45º 0.31% 0.35% -
HSV(B) 45º 0.47% 0.46% -
XYZ 13.29 14.1 6.58 -
YUV 103.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 118 104 62 0 0.12 0.47 0.54 45 0.31 0.35
Hex 76 68 3E 0 C 2F 36 2D 1F 23
Octal 166 150 76 0 14 57 66 55 37 43
Binary 1110110 1101000 111110 0 1100 101111 110110 101101 11111 100011

Color Harmonies of #76683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76683E

Black with #76683E

Text Example


Text Example

White with #76683E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76683E; }

 p { color: rgb(118,104,62); }

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

background-color css

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

 a { background-color: rgb(118,104,62); }

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

border-color css

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

 span { border-color: rgb(118,104,62); }

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