Html Css Color HEX #766A0E Yukon Gold

📋 copy color: '#766A0E'

red 118 ◦ green 106 ◦ blue 14

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

Shades of Yukon Gold #766A0E

Tints of Yukon Gold #766A0E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.54%

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 49.58%
G = 44.54%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#766A0E (or 0x766A0E) is known color: Yukon Gold. HEX triplet: 76, 6A and 0E. RGB value is (118,106,14). Sum of RGB (Red+Green+Blue) = 118+106+14=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #766A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A0E is #8995F1. Grayscale: #636363. Windows color (decimal): -9016818 or 944758. OLE color: 944758.

HSL color Cylindrical-coordinate representation of color #766A0E: hue angle of 53.08º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #766A0E is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 14 -
CMYK 0 0.10 0.88 0.54
HSL 53.08º 0.79% 0.26% -
HSV(B) 53.08º 0.88% 0.46% -
XYZ 12.7 14.19 2.49 -
YUV 99.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 118 106 14 0 0.10 0.88 0.54 53.08 0.79 0.26
Hex 76 6A E 0 A 58 36 35 4F 1A
Octal 166 152 16 0 12 130 66 65 117 32
Binary 1110110 1101010 1110 0 1010 1011000 110110 110101 1001111 11010

Color Harmonies of #766A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A0E

Black with #766A0E

Text Example


Text Example

White with #766A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A0E; }

 p { color: rgb(118,106,14); }

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

background-color css

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

 a { background-color: rgb(118,106,14); }

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

border-color css

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

 span { border-color: rgb(118,106,14); }

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