Html Css Color HEX #76683B Yellow Metal

📋 copy color: '#76683B'

red 118 ◦ green 104 ◦ blue 59

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

Shades of Yellow Metal #76683B

Tints of Yellow Metal #76683B

RGB

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

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

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

R = 41.99%
G = 37.01%
B = 21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76683B (or 0x76683B) is known color: Yellow Metal. HEX triplet: 76, 68 and 3B. RGB value is (118,104,59). Sum of RGB (Red+Green+Blue) = 118+104+59=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76683B is #8997C4. Grayscale: #676767. Windows color (decimal): -9017285 or 3893366. OLE color: 3893366.

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

Color convert

RGB 118 104 59 -
CMYK 0 0.12 0.50 0.54
HSL 45.76º 0.33% 0.35% -
HSV(B) 45.76º 0.5% 0.46% -
XYZ 13.21 14.07 6.16 -
YUV 103.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 118 104 59 0 0.12 0.50 0.54 45.76 0.33 0.35
Hex 76 68 3B 0 C 32 36 2E 21 23
Octal 166 150 73 0 14 62 66 56 41 43
Binary 1110110 1101000 111011 0 1100 110010 110110 101110 100001 100011

Color Harmonies of #76683B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76683B

Black with #76683B

Text Example


Text Example

White with #76683B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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