Html Css Color HEX #776515 Yukon Gold

📋 copy color: '#776515'

red 119 ◦ green 101 ◦ blue 21

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

Shades of Yukon Gold #776515

Tints of Yukon Gold #776515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.71%

R = 49.38%
G = 41.91%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#776515 (or 0x776515) is known color: Yukon Gold. HEX triplet: 77, 65 and 15. RGB value is (119,101,21). Sum of RGB (Red+Green+Blue) = 119+101+21=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #776515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776515 is #889AEA. Grayscale: #616161. Windows color (decimal): -8952555 or 1402231. OLE color: 1402231.

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

Color convert

RGB 119 101 21 -
CMYK 0 0.15 0.82 0.53
HSL 48.98º 0.7% 0.27% -
HSV(B) 48.98º 0.82% 0.47% -
XYZ 12.4 13.28 2.62 -
YUV 97.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 119 101 21 0 0.15 0.82 0.53 48.98 0.7 0.27
Hex 77 65 15 0 F 52 35 31 46 1B
Octal 167 145 25 0 17 122 65 61 106 33
Binary 1110111 1100101 10101 0 1111 1010010 110101 110001 1000110 11011

Color Harmonies of #776515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776515

Black with #776515

Text Example


Text Example

White with #776515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776515; }

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

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

background-color css

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

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

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

border-color css

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

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

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