Html Css Color HEX #776513 Yukon Gold

📋 copy color: '#776513'

red 119 ◦ green 101 ◦ blue 19

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

Shades of Yukon Gold #776513

Tints of Yukon Gold #776513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.26%

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

R = 49.79%
G = 42.26%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#776513 (or 0x776513) is known color: Yukon Gold. HEX triplet: 77, 65 and 13. RGB value is (119,101,19). Sum of RGB (Red+Green+Blue) = 119+101+19=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776513 is #889AEC. Grayscale: #616161. Windows color (decimal): -8952557 or 1271159. OLE color: 1271159.

HSL color Cylindrical-coordinate representation of color #776513: hue angle of 49.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 #776513 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 101 19 -
CMYK 0 0.15 0.84 0.53
HSL 49.2º 0.72% 0.27% -
HSV(B) 49.2º 0.84% 0.47% -
XYZ 12.38 13.28 2.53 -
YUV 97.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 119 101 19 0 0.15 0.84 0.53 49.2 0.72 0.27
Hex 77 65 13 0 F 54 35 31 48 1B
Octal 167 145 23 0 17 124 65 61 110 33
Binary 1110111 1100101 10011 0 1111 1010100 110101 110001 1001000 11011

Color Harmonies of #776513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776513

Black with #776513

Text Example


Text Example

White with #776513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776513; }

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

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

background-color css

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

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

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

border-color css

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

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

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