Html Css Color HEX #76640E Yukon Gold

📋 copy color: '#76640E'

red 118 ◦ green 100 ◦ blue 14

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

Shades of Yukon Gold #76640E

Tints of Yukon Gold #76640E

RGB

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

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

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

R = 50.86%
G = 43.1%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#76640E (or 0x76640E) is known color: Yukon Gold. HEX triplet: 76, 64 and 0E. RGB value is (118,100,14). Sum of RGB (Red+Green+Blue) = 118+100+14=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76640E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76640E is #899BF1. Grayscale: #5F5F5F. Windows color (decimal): -9018354 or 943222. OLE color: 943222.

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

Color convert

RGB 118 100 14 -
CMYK 0 0.15 0.88 0.54
HSL 49.62º 0.79% 0.26% -
HSV(B) 49.62º 0.88% 0.46% -
XYZ 12.11 13 2.29 -
YUV 95.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 118 100 14 0 0.15 0.88 0.54 49.62 0.79 0.26
Hex 76 64 E 0 F 58 36 32 4F 1A
Octal 166 144 16 0 17 130 66 62 117 32
Binary 1110110 1100100 1110 0 1111 1011000 110110 110010 1001111 11010

Color Harmonies of #76640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76640E

Black with #76640E

Text Example


Text Example

White with #76640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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