Html Css Color HEX #786340 Yellow Metal

📋 copy color: '#786340'

red 120 ◦ green 99 ◦ blue 64

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

Shades of Yellow Metal #786340

Tints of Yellow Metal #786340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

 BLUE value IS 64 (25.39% from 255) = 22.61%

R = 42.4%
G = 34.98%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#786340 (or 0x786340) is known color: Yellow Metal. HEX triplet: 78, 63 and 40. RGB value is (120,99,64). Sum of RGB (Red+Green+Blue) = 120+99+64=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #786340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786340 is #879CBF. Grayscale: #656565. Windows color (decimal): -8887488 or 4219768. OLE color: 4219768.

HSL color Cylindrical-coordinate representation of color #786340: hue angle of 37.5º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #786340 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 99 64 -
CMYK 0 0.17 0.47 0.53
HSL 37.5º 0.3% 0.36% -
HSV(B) 37.5º 0.47% 0.47% -
XYZ 13.13 13.29 6.72 -
YUV 101.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 120 99 64 0 0.17 0.47 0.53 37.5 0.3 0.36
Hex 78 63 40 0 11 2F 35 26 1E 24
Octal 170 143 100 0 21 57 65 46 36 44
Binary 1111000 1100011 1000000 0 10001 101111 110101 100110 11110 100100

Color Harmonies of #786340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786340

Black with #786340

Text Example


Text Example

White with #786340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786340; }

 p { color: rgb(120,99,64); }

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

background-color css

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

 a { background-color: rgb(120,99,64); }

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

border-color css

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

 span { border-color: rgb(120,99,64); }

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