Html Css Color HEX #766510 Yukon Gold

📋 copy color: '#766510'

red 118 ◦ green 101 ◦ blue 16

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

Shades of Yukon Gold #766510

Tints of Yukon Gold #766510

RGB

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

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

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

R = 50.21%
G = 42.98%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#766510 (or 0x766510) is known color: Yukon Gold. HEX triplet: 76, 65 and 10. RGB value is (118,101,16). Sum of RGB (Red+Green+Blue) = 118+101+16=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #766510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766510 is #899AEF. Grayscale: #606060. Windows color (decimal): -9018096 or 1074550. OLE color: 1074550.

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

Color convert

RGB 118 101 16 -
CMYK 0 0.14 0.86 0.54
HSL 50º 0.76% 0.26% -
HSV(B) 50º 0.86% 0.46% -
XYZ 12.22 13.2 2.39 -
YUV 96.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 118 101 16 0 0.14 0.86 0.54 50 0.76 0.26
Hex 76 65 10 0 E 56 36 32 4C 1A
Octal 166 145 20 0 16 126 66 62 114 32
Binary 1110110 1100101 10000 0 1110 1010110 110110 110010 1001100 11010

Color Harmonies of #766510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766510

Black with #766510

Text Example


Text Example

White with #766510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766510; }

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

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

background-color css

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

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

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

border-color css

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

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

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