Html Css Color HEX #766A10 Yukon Gold

📋 copy color: '#766A10'

red 118 ◦ green 106 ◦ blue 16

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

Shades of Yukon Gold #766A10

Tints of Yukon Gold #766A10

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.17%

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

R = 49.17%
G = 44.17%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#766A10 (or 0x766A10) is known color: Yukon Gold. HEX triplet: 76, 6A and 10. RGB value is (118,106,16). Sum of RGB (Red+Green+Blue) = 118+106+16=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #766A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A10 is #8995EF. Grayscale: #636363. Windows color (decimal): -9016816 or 1075830. OLE color: 1075830.

HSL color Cylindrical-coordinate representation of color #766A10: hue angle of 52.94º 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 #766A10 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 16 -
CMYK 0 0.10 0.86 0.54
HSL 52.94º 0.76% 0.26% -
HSV(B) 52.94º 0.86% 0.46% -
XYZ 12.72 14.2 2.56 -
YUV 99.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 118 106 16 0 0.10 0.86 0.54 52.94 0.76 0.26
Hex 76 6A 10 0 A 56 36 35 4C 1A
Octal 166 152 20 0 12 126 66 65 114 32
Binary 1110110 1101010 10000 0 1010 1010110 110110 110101 1001100 11010

Color Harmonies of #766A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A10

Black with #766A10

Text Example


Text Example

White with #766A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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