Html Css Color HEX #766614 Yukon Gold

📋 copy color: '#766614'

red 118 ◦ green 102 ◦ blue 20

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

Shades of Yukon Gold #766614

Tints of Yukon Gold #766614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.5%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 49.17%
G = 42.5%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#766614 (or 0x766614) is known color: Yukon Gold. HEX triplet: 76, 66 and 14. RGB value is (118,102,20). Sum of RGB (Red+Green+Blue) = 118+102+20=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #766614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766614 is #8999EB. Grayscale: #616161. Windows color (decimal): -9017836 or 1336950. OLE color: 1336950.

HSL color Cylindrical-coordinate representation of color #766614: hue angle of 50.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #766614 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 20 -
CMYK 0 0.14 0.83 0.54
HSL 50.2º 0.71% 0.27% -
HSV(B) 50.2º 0.83% 0.46% -
XYZ 12.35 13.4 2.6 -
YUV 97.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 118 102 20 0 0.14 0.83 0.54 50.2 0.71 0.27
Hex 76 66 14 0 E 53 36 32 47 1B
Octal 166 146 24 0 16 123 66 62 107 33
Binary 1110110 1100110 10100 0 1110 1010011 110110 110010 1000111 11011

Color Harmonies of #766614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766614

Black with #766614

Text Example


Text Example

White with #766614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766614; }

 p { color: rgb(118,102,20); }

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

background-color css

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

 a { background-color: rgb(118,102,20); }

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

border-color css

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

 span { border-color: rgb(118,102,20); }

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