Html Css Color HEX #766106 Yukon Gold

📋 copy color: '#766106'

red 118 ◦ green 97 ◦ blue 6

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

Shades of Yukon Gold #766106

Tints of Yukon Gold #766106

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.89%

 BLUE value IS 6 (2.73% from 255) = 2.71%

R = 53.39%
G = 43.89%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#766106 (or 0x766106) is known color: Yukon Gold. HEX triplet: 76, 61 and 06. RGB value is (118,97,6). Sum of RGB (Red+Green+Blue) = 118+97+6=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #766106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766106 is #899EF9. Grayscale: #5D5D5D. Windows color (decimal): -9019130 or 418166. OLE color: 418166.

HSL color Cylindrical-coordinate representation of color #766106: hue angle of 48.75º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #766106 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 6 -
CMYK 0 0.18 0.95 0.54
HSL 48.75º 0.9% 0.24% -
HSV(B) 48.75º 0.95% 0.46% -
XYZ 11.78 12.41 1.95 -
YUV 92.91 78.96 145.9 -
System Red Green Blue C M Y K H S L
Decimal 118 97 6 0 0.18 0.95 0.54 48.75 0.9 0.24
Hex 76 61 6 0 12 5F 36 31 5A 18
Octal 166 141 6 0 22 137 66 61 132 30
Binary 1110110 1100001 110 0 10010 1011111 110110 110001 1011010 11000

Color Harmonies of #766106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766106

Black with #766106

Text Example


Text Example

White with #766106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766106; }

 p { color: rgb(118,97,6); }

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

background-color css

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

 a { background-color: rgb(118,97,6); }

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

border-color css

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

 span { border-color: rgb(118,97,6); }

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