Html Css Color HEX #786640 Yellow Metal

📋 copy color: '#786640'

red 120 ◦ green 102 ◦ blue 64

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

Shades of Yellow Metal #786640

Tints of Yellow Metal #786640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.66%

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

R = 41.96%
G = 35.66%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#786640 (or 0x786640) is known color: Yellow Metal. HEX triplet: 78, 66 and 40. RGB value is (120,102,64). Sum of RGB (Red+Green+Blue) = 120+102+64=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #786640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786640 is #8799BF. Grayscale: #676767. Windows color (decimal): -8886720 or 4220536. OLE color: 4220536.

HSL color Cylindrical-coordinate representation of color #786640: hue angle of 40.71º 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 #786640 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 102 64 -
CMYK 0 0.15 0.47 0.53
HSL 40.71º 0.3% 0.36% -
HSV(B) 40.71º 0.47% 0.47% -
XYZ 13.42 13.87 6.82 -
YUV 103.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 120 102 64 0 0.15 0.47 0.53 40.71 0.3 0.36
Hex 78 66 40 0 F 2F 35 29 1E 24
Octal 170 146 100 0 17 57 65 51 36 44
Binary 1111000 1100110 1000000 0 1111 101111 110101 101001 11110 100100

Color Harmonies of #786640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786640

Black with #786640

Text Example


Text Example

White with #786640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786640; }

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

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

background-color css

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

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

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

border-color css

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

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

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