Html Css Color HEX #786015 Yukon Gold

📋 copy color: '#786015'

red 120 ◦ green 96 ◦ blue 21

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

Shades of Yukon Gold #786015

Tints of Yukon Gold #786015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

 BLUE value IS 21 (8.59% from 255) = 8.86%

R = 50.63%
G = 40.51%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#786015 (or 0x786015) is known color: Yukon Gold. HEX triplet: 78, 60 and 15. RGB value is (120,96,21). Sum of RGB (Red+Green+Blue) = 120+96+21=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #786015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786015 is #879FEA. Grayscale: #5E5E5E. Windows color (decimal): -8888299 or 1400952. OLE color: 1400952.

HSL color Cylindrical-coordinate representation of color #786015: hue angle of 45.45º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #786015 is Cyan = 0, Magento = 0.2, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 21 -
CMYK 0 0.2 0.83 0.53
HSL 45.45º 0.7% 0.28% -
HSV(B) 45.45º 0.83% 0.47% -
XYZ 12.06 12.41 2.47 -
YUV 94.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 120 96 21 0 0.2 0.83 0.53 45.45 0.7 0.28
Hex 78 60 15 0 14 53 35 2D 46 1C
Octal 170 140 25 0 24 123 65 55 106 34
Binary 1111000 1100000 10101 0 10100 1010011 110101 101101 1000110 11100

Color Harmonies of #786015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786015

Black with #786015

Text Example


Text Example

White with #786015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786015; }

 p { color: rgb(120,96,21); }

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

background-color css

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

 a { background-color: rgb(120,96,21); }

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

border-color css

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

 span { border-color: rgb(120,96,21); }

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