Html Css Color HEX #776216 Yukon Gold

📋 copy color: '#776216'

red 119 ◦ green 98 ◦ blue 22

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

Shades of Yukon Gold #776216

Tints of Yukon Gold #776216

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41%

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

R = 49.79%
G = 41%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#776216 (or 0x776216) is known color: Yukon Gold. HEX triplet: 77, 62 and 16. RGB value is (119,98,22). Sum of RGB (Red+Green+Blue) = 119+98+22=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776216 is #889DE9. Grayscale: #5F5F5F. Windows color (decimal): -8953322 or 1466999. OLE color: 1466999.

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

Color convert

RGB 119 98 22 -
CMYK 0 0.18 0.82 0.53
HSL 47.01º 0.69% 0.28% -
HSV(B) 47.01º 0.82% 0.47% -
XYZ 12.12 12.72 2.57 -
YUV 95.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 119 98 22 0 0.18 0.82 0.53 47.01 0.69 0.28
Hex 77 62 16 0 12 52 35 2F 45 1C
Octal 167 142 26 0 22 122 65 57 105 34
Binary 1110111 1100010 10110 0 10010 1010010 110101 101111 1000101 11100

Color Harmonies of #776216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776216

Black with #776216

Text Example


Text Example

White with #776216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776216; }

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

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

background-color css

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

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

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

border-color css

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

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

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