Html Css Color HEX #766809 Yukon Gold

📋 copy color: '#766809'

red 118 ◦ green 104 ◦ blue 9

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

Shades of Yukon Gold #766809

Tints of Yukon Gold #766809

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.02%

 BLUE value IS 9 (3.91% from 255) = 3.9%

R = 51.08%
G = 45.02%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#766809 (or 0x766809) is known color: Yukon Gold. HEX triplet: 76, 68 and 09. RGB value is (118,104,9). Sum of RGB (Red+Green+Blue) = 118+104+9=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #766809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766809 is #8997F6. Grayscale: #616161. Windows color (decimal): -9017335 or 616566. OLE color: 616566.

HSL color Cylindrical-coordinate representation of color #766809: hue angle of 52.29º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #766809 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 9 -
CMYK 0 0.12 0.92 0.54
HSL 52.29º 0.86% 0.25% -
HSV(B) 52.29º 0.92% 0.46% -
XYZ 12.47 13.77 2.26 -
YUV 97.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 118 104 9 0 0.12 0.92 0.54 52.29 0.86 0.25
Hex 76 68 9 0 C 5C 36 34 56 19
Octal 166 150 11 0 14 134 66 64 126 31
Binary 1110110 1101000 1001 0 1100 1011100 110110 110100 1010110 11001

Color Harmonies of #766809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766809

Black with #766809

Text Example


Text Example

White with #766809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766809; }

 p { color: rgb(118,104,9); }

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

background-color css

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

 a { background-color: rgb(118,104,9); }

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

border-color css

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

 span { border-color: rgb(118,104,9); }

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