Html Css Color HEX #766116 Yukon Gold

📋 copy color: '#766116'

red 118 ◦ green 97 ◦ blue 22

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

Shades of Yukon Gold #766116

Tints of Yukon Gold #766116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.93%

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

R = 49.79%
G = 40.93%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#766116 (or 0x766116) is known color: Yukon Gold. HEX triplet: 76, 61 and 16. RGB value is (118,97,22). Sum of RGB (Red+Green+Blue) = 118+97+22=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #766116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766116 is #899EE9. Grayscale: #5F5F5F. Windows color (decimal): -9019114 or 1466742. OLE color: 1466742.

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

Color convert

RGB 118 97 22 -
CMYK 0 0.18 0.81 0.54
HSL 46.88º 0.69% 0.27% -
HSV(B) 46.88º 0.81% 0.46% -
XYZ 11.89 12.46 2.54 -
YUV 94.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 118 97 22 0 0.18 0.81 0.54 46.88 0.69 0.27
Hex 76 61 16 0 12 51 36 2F 45 1B
Octal 166 141 26 0 22 121 66 57 105 33
Binary 1110110 1100001 10110 0 10010 1010001 110110 101111 1000101 11011

Color Harmonies of #766116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766116

Black with #766116

Text Example


Text Example

White with #766116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766116; }

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

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

background-color css

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

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

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

border-color css

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

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

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