Html Css Color HEX #776015 Yukon Gold

📋 copy color: '#776015'

red 119 ◦ green 96 ◦ blue 21

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

Shades of Yukon Gold #776015

Tints of Yukon Gold #776015

RGB

 RED value IS 119 (46.88% from 255) = 50.42%

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

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

R = 50.42%
G = 40.68%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#776015 (or 0x776015) is known color: Yukon Gold. HEX triplet: 77, 60 and 15. RGB value is (119,96,21). Sum of RGB (Red+Green+Blue) = 119+96+21=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #776015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776015 is #889FEA. Grayscale: #5E5E5E. Windows color (decimal): -8953835 or 1400951. OLE color: 1400951.

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

Color convert

RGB 119 96 21 -
CMYK 0 0.19 0.82 0.53
HSL 45.92º 0.7% 0.27% -
HSV(B) 45.92º 0.82% 0.47% -
XYZ 11.93 12.34 2.46 -
YUV 94.33 86.62 145.6 -
System Red Green Blue C M Y K H S L
Decimal 119 96 21 0 0.19 0.82 0.53 45.92 0.7 0.27
Hex 77 60 15 0 13 52 35 2E 46 1B
Octal 167 140 25 0 23 122 65 56 106 33
Binary 1110111 1100000 10101 0 10011 1010010 110101 101110 1000110 11011

Color Harmonies of #776015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776015

Black with #776015

Text Example


Text Example

White with #776015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776015; }

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

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

background-color css

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

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

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

border-color css

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

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

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