Html Css Color HEX #776016 Yukon Gold

📋 copy color: '#776016'

red 119 ◦ green 96 ◦ blue 22

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

Shades of Yukon Gold #776016

Tints of Yukon Gold #776016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.28%

R = 50.21%
G = 40.51%
B = 9.28%

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

#776016 (or 0x776016) is known color: Yukon Gold. HEX triplet: 77, 60 and 16. RGB value is (119,96,22). Sum of RGB (Red+Green+Blue) = 119+96+22=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #776016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776016 is #889FE9. Grayscale: #5E5E5E. Windows color (decimal): -8953834 or 1466487. OLE color: 1466487.

HSL color Cylindrical-coordinate representation of color #776016: hue angle of 45.77º degrees, saturation: 0.69, 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 #776016 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 22 -
CMYK 0 0.19 0.82 0.53
HSL 45.77º 0.69% 0.28% -
HSV(B) 45.77º 0.82% 0.47% -
XYZ 11.94 12.35 2.51 -
YUV 94.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 119 96 22 0 0.19 0.82 0.53 45.77 0.69 0.28
Hex 77 60 16 0 13 52 35 2E 45 1C
Octal 167 140 26 0 23 122 65 56 105 34
Binary 1110111 1100000 10110 0 10011 1010010 110101 101110 1000101 11100

Color Harmonies of #776016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776016

Black with #776016

Text Example


Text Example

White with #776016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776016; }

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

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

background-color css

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

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

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

border-color css

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

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

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