Html Css Color HEX #766516 Yukon Gold

📋 copy color: '#766516'

red 118 ◦ green 101 ◦ blue 22

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

Shades of Yukon Gold #766516

Tints of Yukon Gold #766516

RGB

 RED value IS 118 (46.48% from 255) = 48.96%

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

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

R = 48.96%
G = 41.91%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#766516 (or 0x766516) is known color: Yukon Gold. HEX triplet: 76, 65 and 16. RGB value is (118,101,22). Sum of RGB (Red+Green+Blue) = 118+101+22=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #766516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766516 is #899AE9. Grayscale: #616161. Windows color (decimal): -9018090 or 1467766. OLE color: 1467766.

HSL color Cylindrical-coordinate representation of color #766516: hue angle of 49.38º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #766516 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 22 -
CMYK 0 0.14 0.81 0.54
HSL 49.38º 0.69% 0.27% -
HSV(B) 49.38º 0.81% 0.46% -
XYZ 12.27 13.22 2.66 -
YUV 97.08 85.63 142.92 -
System Red Green Blue C M Y K H S L
Decimal 118 101 22 0 0.14 0.81 0.54 49.38 0.69 0.27
Hex 76 65 16 0 E 51 36 31 45 1B
Octal 166 145 26 0 16 121 66 61 105 33
Binary 1110110 1100101 10110 0 1110 1010001 110110 110001 1000101 11011

Color Harmonies of #766516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766516

Black with #766516

Text Example


Text Example

White with #766516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766516; }

 p { color: rgb(118,101,22); }

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

background-color css

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

 a { background-color: rgb(118,101,22); }

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

border-color css

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

 span { border-color: rgb(118,101,22); }

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