Html Css Color HEX #766714 Yukon Gold

📋 copy color: '#766714'

red 118 ◦ green 103 ◦ blue 20

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

Shades of Yukon Gold #766714

Tints of Yukon Gold #766714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.74%

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 48.96%
G = 42.74%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#766714 (or 0x766714) is known color: Yukon Gold. HEX triplet: 76, 67 and 14. RGB value is (118,103,20). Sum of RGB (Red+Green+Blue) = 118+103+20=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #766714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766714 is #8998EB. Grayscale: #626262. Windows color (decimal): -9017580 or 1337206. OLE color: 1337206.

HSL color Cylindrical-coordinate representation of color #766714: hue angle of 50.82º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #766714 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 20 -
CMYK 0 0.13 0.83 0.54
HSL 50.82º 0.71% 0.27% -
HSV(B) 50.82º 0.83% 0.46% -
XYZ 12.45 13.6 2.63 -
YUV 98.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 118 103 20 0 0.13 0.83 0.54 50.82 0.71 0.27
Hex 76 67 14 0 D 53 36 33 47 1B
Octal 166 147 24 0 15 123 66 63 107 33
Binary 1110110 1100111 10100 0 1101 1010011 110110 110011 1000111 11011

Color Harmonies of #766714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766714

Black with #766714

Text Example


Text Example

White with #766714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766714; }

 p { color: rgb(118,103,20); }

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

background-color css

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

 a { background-color: rgb(118,103,20); }

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

border-color css

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

 span { border-color: rgb(118,103,20); }

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