Html Css Color HEX #766411 Yukon Gold

📋 copy color: '#766411'

red 118 ◦ green 100 ◦ blue 17

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

Shades of Yukon Gold #766411

Tints of Yukon Gold #766411

RGB

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

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

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

R = 50.21%
G = 42.55%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#766411 (or 0x766411) is known color: Yukon Gold. HEX triplet: 76, 64 and 11. RGB value is (118,100,17). Sum of RGB (Red+Green+Blue) = 118+100+17=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #766411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766411 is #899BEE. Grayscale: #606060. Windows color (decimal): -9018351 or 1139830. OLE color: 1139830.

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

Color convert

RGB 118 100 17 -
CMYK 0 0.15 0.86 0.54
HSL 49.31º 0.75% 0.26% -
HSV(B) 49.31º 0.86% 0.46% -
XYZ 12.13 13.01 2.4 -
YUV 95.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 118 100 17 0 0.15 0.86 0.54 49.31 0.75 0.26
Hex 76 64 11 0 F 56 36 31 4B 1A
Octal 166 144 21 0 17 126 66 61 113 32
Binary 1110110 1100100 10001 0 1111 1010110 110110 110001 1001011 11010

Color Harmonies of #766411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766411

Black with #766411

Text Example


Text Example

White with #766411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766411; }

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

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

background-color css

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

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

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

border-color css

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

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

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