Html Css Color HEX #766210 Yukon Gold

📋 copy color: '#766210'

red 118 ◦ green 98 ◦ blue 16

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

Shades of Yukon Gold #766210

Tints of Yukon Gold #766210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

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

R = 50.86%
G = 42.24%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#766210 (or 0x766210) is known color: Yukon Gold. HEX triplet: 76, 62 and 10. RGB value is (118,98,16). Sum of RGB (Red+Green+Blue) = 118+98+16=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #766210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766210 is #899DEF. Grayscale: #5E5E5E. Windows color (decimal): -9018864 or 1073782. OLE color: 1073782.

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

Color convert

RGB 118 98 16 -
CMYK 0 0.17 0.86 0.54
HSL 48.24º 0.76% 0.26% -
HSV(B) 48.24º 0.86% 0.46% -
XYZ 11.93 12.62 2.3 -
YUV 94.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 118 98 16 0 0.17 0.86 0.54 48.24 0.76 0.26
Hex 76 62 10 0 11 56 36 30 4C 1A
Octal 166 142 20 0 21 126 66 60 114 32
Binary 1110110 1100010 10000 0 10001 1010110 110110 110000 1001100 11010

Color Harmonies of #766210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766210

Black with #766210

Text Example


Text Example

White with #766210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766210; }

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

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

background-color css

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

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

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

border-color css

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

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

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