Html Css Color HEX #786510 Yukon Gold

📋 copy color: '#786510'

red 120 ◦ green 101 ◦ blue 16

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

Shades of Yukon Gold #786510

Tints of Yukon Gold #786510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 50.63%
G = 42.62%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#786510 (or 0x786510) is known color: Yukon Gold. HEX triplet: 78, 65 and 10. RGB value is (120,101,16). Sum of RGB (Red+Green+Blue) = 120+101+16=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #786510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786510 is #879AEF. Grayscale: #616161. Windows color (decimal): -8887024 or 1074552. OLE color: 1074552.

HSL color Cylindrical-coordinate representation of color #786510: hue angle of 49.04º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #786510 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 101 16 -
CMYK 0 0.16 0.87 0.53
HSL 49.04º 0.76% 0.27% -
HSV(B) 49.04º 0.87% 0.47% -
XYZ 12.49 13.34 2.41 -
YUV 96.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 120 101 16 0 0.16 0.87 0.53 49.04 0.76 0.27
Hex 78 65 10 0 10 57 35 31 4C 1B
Octal 170 145 20 0 20 127 65 61 114 33
Binary 1111000 1100101 10000 0 10000 1010111 110101 110001 1001100 11011

Color Harmonies of #786510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786510

Black with #786510

Text Example


Text Example

White with #786510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786510; }

 p { color: rgb(120,101,16); }

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

background-color css

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

 a { background-color: rgb(120,101,16); }

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

border-color css

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

 span { border-color: rgb(120,101,16); }

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