Html Css Color HEX #766310 Yukon Gold

📋 copy color: '#766310'

red 118 ◦ green 99 ◦ blue 16

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

Shades of Yukon Gold #766310

Tints of Yukon Gold #766310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.49%

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

R = 50.64%
G = 42.49%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#766310 (or 0x766310) is known color: Yukon Gold. HEX triplet: 76, 63 and 10. RGB value is (118,99,16). Sum of RGB (Red+Green+Blue) = 118+99+16=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #766310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766310 is #899CEF. Grayscale: #5F5F5F. Windows color (decimal): -9018608 or 1074038. OLE color: 1074038.

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

Color convert

RGB 118 99 16 -
CMYK 0 0.16 0.86 0.54
HSL 48.82º 0.76% 0.26% -
HSV(B) 48.82º 0.86% 0.46% -
XYZ 12.03 12.81 2.33 -
YUV 95.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 118 99 16 0 0.16 0.86 0.54 48.82 0.76 0.26
Hex 76 63 10 0 10 56 36 31 4C 1A
Octal 166 143 20 0 20 126 66 61 114 32
Binary 1110110 1100011 10000 0 10000 1010110 110110 110001 1001100 11010

Color Harmonies of #766310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766310

Black with #766310

Text Example


Text Example

White with #766310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766310; }

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

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

background-color css

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

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

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

border-color css

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

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

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