Html Css Color HEX #786C3D Yellow Metal

📋 copy color: '#786C3D'

red 120 ◦ green 108 ◦ blue 61

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

Shades of Yellow Metal #786C3D

Tints of Yellow Metal #786C3D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.37%

 BLUE value IS 61 (24.22% from 255) = 21.11%

R = 41.52%
G = 37.37%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#786C3D (or 0x786C3D) is known color: Yellow Metal. HEX triplet: 78, 6C and 3D. RGB value is (120,108,61). Sum of RGB (Red+Green+Blue) = 120+108+61=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #786C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C3D is #8793C2. Grayscale: #6A6A6A. Windows color (decimal): -8885187 or 4025464. OLE color: 4025464.

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

Color convert

RGB 120 108 61 -
CMYK 0 0.10 0.49 0.53
HSL 47.8º 0.33% 0.35% -
HSV(B) 47.8º 0.49% 0.47% -
XYZ 13.95 15.06 6.59 -
YUV 106.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 120 108 61 0 0.10 0.49 0.53 47.8 0.33 0.35
Hex 78 6C 3D 0 A 31 35 30 21 23
Octal 170 154 75 0 12 61 65 60 41 43
Binary 1111000 1101100 111101 0 1010 110001 110101 110000 100001 100011

Color Harmonies of #786C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C3D

Black with #786C3D

Text Example


Text Example

White with #786C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,108,61); }

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

background-color css

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

 a { background-color: rgb(120,108,61); }

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

border-color css

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

 span { border-color: rgb(120,108,61); }

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