Html Css Color HEX #776010 Yukon Gold

📋 copy color: '#776010'

red 119 ◦ green 96 ◦ blue 16

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

Shades of Yukon Gold #776010

Tints of Yukon Gold #776010

RGB

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

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

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

R = 51.52%
G = 41.56%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#776010 (or 0x776010) is known color: Yukon Gold. HEX triplet: 77, 60 and 10. RGB value is (119,96,16). Sum of RGB (Red+Green+Blue) = 119+96+16=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #776010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776010 is #889FEF. Grayscale: #5E5E5E. Windows color (decimal): -8953840 or 1073271. OLE color: 1073271.

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

Color convert

RGB 119 96 16 -
CMYK 0 0.19 0.87 0.53
HSL 46.6º 0.76% 0.26% -
HSV(B) 46.6º 0.87% 0.47% -
XYZ 11.88 12.33 2.24 -
YUV 93.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 119 96 16 0 0.19 0.87 0.53 46.6 0.76 0.26
Hex 77 60 10 0 13 57 35 2F 4C 1A
Octal 167 140 20 0 23 127 65 57 114 32
Binary 1110111 1100000 10000 0 10011 1010111 110101 101111 1001100 11010

Color Harmonies of #776010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776010

Black with #776010

Text Example


Text Example

White with #776010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776010; }

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

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

background-color css

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

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

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

border-color css

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

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

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