Html Css Color HEX #776311 Yukon Gold

📋 copy color: '#776311'

red 119 ◦ green 99 ◦ blue 17

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

Shades of Yukon Gold #776311

Tints of Yukon Gold #776311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.13%

 BLUE value IS 17 (7.03% from 255) = 7.23%

R = 50.64%
G = 42.13%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#776311 (or 0x776311) is known color: Yukon Gold. HEX triplet: 77, 63 and 11. RGB value is (119,99,17). Sum of RGB (Red+Green+Blue) = 119+99+17=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #776311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776311 is #889CEE. Grayscale: #5F5F5F. Windows color (decimal): -8953071 or 1139575. OLE color: 1139575.

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

Color convert

RGB 119 99 17 -
CMYK 0 0.17 0.86 0.53
HSL 48.24º 0.75% 0.27% -
HSV(B) 48.24º 0.86% 0.47% -
XYZ 12.17 12.89 2.38 -
YUV 95.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 119 99 17 0 0.17 0.86 0.53 48.24 0.75 0.27
Hex 77 63 11 0 11 56 35 30 4B 1B
Octal 167 143 21 0 21 126 65 60 113 33
Binary 1110111 1100011 10001 0 10001 1010110 110101 110000 1001011 11011

Color Harmonies of #776311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776311

Black with #776311

Text Example


Text Example

White with #776311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776311; }

 p { color: rgb(119,99,17); }

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

background-color css

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

 a { background-color: rgb(119,99,17); }

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

border-color css

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

 span { border-color: rgb(119,99,17); }

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