Html Css Color HEX #766409 Yukon Gold

📋 copy color: '#766409'

red 118 ◦ green 100 ◦ blue 9

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

Shades of Yukon Gold #766409

Tints of Yukon Gold #766409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.05%

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

R = 51.98%
G = 44.05%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#766409 (or 0x766409) is known color: Yukon Gold. HEX triplet: 76, 64 and 09. RGB value is (118,100,9). Sum of RGB (Red+Green+Blue) = 118+100+9=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #766409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766409 is #899BF6. Grayscale: #5F5F5F. Windows color (decimal): -9018359 or 615542. OLE color: 615542.

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

Color convert

RGB 118 100 9 -
CMYK 0 0.15 0.92 0.54
HSL 50.09º 0.86% 0.25% -
HSV(B) 50.09º 0.92% 0.46% -
XYZ 12.08 12.99 2.13 -
YUV 95.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 118 100 9 0 0.15 0.92 0.54 50.09 0.86 0.25
Hex 76 64 9 0 F 5C 36 32 56 19
Octal 166 144 11 0 17 134 66 62 126 31
Binary 1110110 1100100 1001 0 1111 1011100 110110 110010 1010110 11001

Color Harmonies of #766409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766409

Black with #766409

Text Example


Text Example

White with #766409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766409; }

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

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

background-color css

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

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

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

border-color css

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

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

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