Html Css Color HEX #766211 Yukon Gold

📋 copy color: '#766211'

red 118 ◦ green 98 ◦ blue 17

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

Shades of Yukon Gold #766211

Tints of Yukon Gold #766211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 50.64%
G = 42.06%
B = 7.3%

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

#766211 (or 0x766211) is known color: Yukon Gold. HEX triplet: 76, 62 and 11. RGB value is (118,98,17). Sum of RGB (Red+Green+Blue) = 118+98+17=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #766211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766211 is #899DEE. Grayscale: #5F5F5F. Windows color (decimal): -9018863 or 1139318. OLE color: 1139318.

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

Color convert

RGB 118 98 17 -
CMYK 0 0.17 0.86 0.54
HSL 48.12º 0.75% 0.26% -
HSV(B) 48.12º 0.86% 0.46% -
XYZ 11.94 12.63 2.34 -
YUV 94.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 118 98 17 0 0.17 0.86 0.54 48.12 0.75 0.26
Hex 76 62 11 0 11 56 36 30 4B 1A
Octal 166 142 21 0 21 126 66 60 113 32
Binary 1110110 1100010 10001 0 10001 1010110 110110 110000 1001011 11010

Color Harmonies of #766211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766211

Black with #766211

Text Example


Text Example

White with #766211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766211; }

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

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

background-color css

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

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

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

border-color css

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

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

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