Html Css Color HEX #766110 Yukon Gold

📋 copy color: '#766110'

red 118 ◦ green 97 ◦ blue 16

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

Shades of Yukon Gold #766110

Tints of Yukon Gold #766110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.93%

R = 51.08%
G = 41.99%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#766110 (or 0x766110) is known color: Yukon Gold. HEX triplet: 76, 61 and 10. RGB value is (118,97,16). Sum of RGB (Red+Green+Blue) = 118+97+16=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #766110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766110 is #899EEF. Grayscale: #5E5E5E. Windows color (decimal): -9019120 or 1073526. OLE color: 1073526.

HSL color Cylindrical-coordinate representation of color #766110: hue angle of 47.65º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #766110 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 16 -
CMYK 0 0.18 0.86 0.54
HSL 47.65º 0.76% 0.26% -
HSV(B) 47.65º 0.86% 0.46% -
XYZ 11.84 12.44 2.27 -
YUV 94.05 83.96 145.09 -
System Red Green Blue C M Y K H S L
Decimal 118 97 16 0 0.18 0.86 0.54 47.65 0.76 0.26
Hex 76 61 10 0 12 56 36 30 4C 1A
Octal 166 141 20 0 22 126 66 60 114 32
Binary 1110110 1100001 10000 0 10010 1010110 110110 110000 1001100 11010

Color Harmonies of #766110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766110

Black with #766110

Text Example


Text Example

White with #766110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766110; }

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

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

background-color css

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

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

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

border-color css

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

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

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