Html Css Color HEX #76620E Yukon Gold

📋 copy color: '#76620E'

red 118 ◦ green 98 ◦ blue 14

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

Shades of Yukon Gold #76620E

Tints of Yukon Gold #76620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.61%

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

R = 51.3%
G = 42.61%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#76620E (or 0x76620E) is known color: Yukon Gold. HEX triplet: 76, 62 and 0E. RGB value is (118,98,14). Sum of RGB (Red+Green+Blue) = 118+98+14=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76620E is #899DF1. Grayscale: #5E5E5E. Windows color (decimal): -9018866 or 942710. OLE color: 942710.

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

Color convert

RGB 118 98 14 -
CMYK 0 0.17 0.88 0.54
HSL 48.46º 0.79% 0.26% -
HSV(B) 48.46º 0.88% 0.46% -
XYZ 11.92 12.62 2.22 -
YUV 94.4 82.63 144.83 -
System Red Green Blue C M Y K H S L
Decimal 118 98 14 0 0.17 0.88 0.54 48.46 0.79 0.26
Hex 76 62 E 0 11 58 36 30 4F 1A
Octal 166 142 16 0 21 130 66 60 117 32
Binary 1110110 1100010 1110 0 10001 1011000 110110 110000 1001111 11010

Color Harmonies of #76620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76620E

Black with #76620E

Text Example


Text Example

White with #76620E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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