Html Css Color HEX #786E3C Yellow Metal

📋 copy color: '#786E3C'

red 120 ◦ green 110 ◦ blue 60

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

Shades of Yellow Metal #786E3C

Tints of Yellow Metal #786E3C

RGB

 RED value IS 120 (47.27% from 255) = 41.38%

 GREEN value IS 110 (43.36% from 255) = 37.93%

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

R = 41.38%
G = 37.93%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#786E3C (or 0x786E3C) is known color: Yellow Metal. HEX triplet: 78, 6E and 3C. RGB value is (120,110,60). Sum of RGB (Red+Green+Blue) = 120+110+60=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #786E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786E3C is #8791C3. Grayscale: #6B6B6B. Windows color (decimal): -8884676 or 3960440. OLE color: 3960440.

HSL color Cylindrical-coordinate representation of color #786E3C: hue angle of 50º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #786E3C is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 110 60 -
CMYK 0 0.08 0.5 0.53
HSL 50º 0.33% 0.35% -
HSV(B) 50º 0.5% 0.47% -
XYZ 14.14 15.47 6.52 -
YUV 107.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 120 110 60 0 0.08 0.5 0.53 50 0.33 0.35
Hex 78 6E 3C 0 8 32 35 32 21 23
Octal 170 156 74 0 10 62 65 62 41 43
Binary 1111000 1101110 111100 0 1000 110010 110101 110010 100001 100011

Color Harmonies of #786E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786E3C

Black with #786E3C

Text Example


Text Example

White with #786E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786E3C; }

 p { color: rgb(120,110,60); }

 H1.HeaderClassName
 {
   color: #786E3C;
 }
 .AnyTagClassName
 {
   color: #786E3C;
 }
</style>

background-color css

<style>
 a { background-color: #786E3C; }

 a { background-color: rgb(120,110,60); }

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

border-color css

<style>
 span { border-color: #786E3C; }

 span { border-color: rgb(120,110,60); }

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