Html Css Color HEX #776013 Yukon Gold

📋 copy color: '#776013'

red 119 ◦ green 96 ◦ blue 19

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

Shades of Yukon Gold #776013

Tints of Yukon Gold #776013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 50.85%
G = 41.03%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#776013 (or 0x776013) is known color: Yukon Gold. HEX triplet: 77, 60 and 13. RGB value is (119,96,19). Sum of RGB (Red+Green+Blue) = 119+96+19=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #776013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776013 is #889FEC. Grayscale: #5E5E5E. Windows color (decimal): -8953837 or 1269879. OLE color: 1269879.

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

Color convert

RGB 119 96 19 -
CMYK 0 0.19 0.84 0.53
HSL 46.2º 0.72% 0.27% -
HSV(B) 46.2º 0.84% 0.47% -
XYZ 11.91 12.33 2.37 -
YUV 94.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 119 96 19 0 0.19 0.84 0.53 46.2 0.72 0.27
Hex 77 60 13 0 13 54 35 2E 48 1B
Octal 167 140 23 0 23 124 65 56 110 33
Binary 1110111 1100000 10011 0 10011 1010100 110101 101110 1001000 11011

Color Harmonies of #776013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776013

Black with #776013

Text Example


Text Example

White with #776013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776013; }

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

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

background-color css

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

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

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

border-color css

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

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

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