Html Css Color HEX #766314 Yukon Gold

📋 copy color: '#766314'

red 118 ◦ green 99 ◦ blue 20

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

Shades of Yukon Gold #766314

Tints of Yukon Gold #766314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.77%

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

R = 49.79%
G = 41.77%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#766314 (or 0x766314) is known color: Yukon Gold. HEX triplet: 76, 63 and 14. RGB value is (118,99,20). Sum of RGB (Red+Green+Blue) = 118+99+20=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #766314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766314 is #899CEB. Grayscale: #606060. Windows color (decimal): -9018604 or 1336182. OLE color: 1336182.

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

Color convert

RGB 118 99 20 -
CMYK 0 0.16 0.83 0.54
HSL 48.37º 0.71% 0.27% -
HSV(B) 48.37º 0.83% 0.46% -
XYZ 12.06 12.83 2.5 -
YUV 95.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 118 99 20 0 0.16 0.83 0.54 48.37 0.71 0.27
Hex 76 63 14 0 10 53 36 30 47 1B
Octal 166 143 24 0 20 123 66 60 107 33
Binary 1110110 1100011 10100 0 10000 1010011 110110 110000 1000111 11011

Color Harmonies of #766314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766314

Black with #766314

Text Example


Text Example

White with #766314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766314; }

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

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

background-color css

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

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

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

border-color css

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

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

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