Html Css Color HEX #7C6211 Yukon Gold

📋 copy color: '#7C6211'

red 124 ◦ green 98 ◦ blue 17

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

Shades of Yukon Gold #7C6211

Tints of Yukon Gold #7C6211

RGB

 RED value IS 124 (48.83% from 255) = 51.88%

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

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 51.88%
G = 41%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C6211 (or 0x7C6211) is known color: Yukon Gold. HEX triplet: 7C, 62 and 11. RGB value is (124,98,17). Sum of RGB (Red+Green+Blue) = 124+98+17=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6211 is #839DEE. Grayscale: #606060. Windows color (decimal): -8625647 or 1139324. OLE color: 1139324.

HSL color Cylindrical-coordinate representation of color #7C6211: hue angle of 45.42º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C6211 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 98 17 -
CMYK 0 0.21 0.86 0.51
HSL 45.42º 0.76% 0.28% -
HSV(B) 45.42º 0.86% 0.49% -
XYZ 12.78 13.06 2.38 -
YUV 96.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 124 98 17 0 0.21 0.86 0.51 45.42 0.76 0.28
Hex 7C 62 11 0 15 56 33 2D 4C 1C
Octal 174 142 21 0 25 126 63 55 114 34
Binary 1111100 1100010 10001 0 10101 1010110 110011 101101 1001100 11100

Color Harmonies of #7C6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6211

Black with #7C6211

Text Example


Text Example

White with #7C6211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C6211; }

 p { color: rgb(124,98,17); }

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

background-color css

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

 a { background-color: rgb(124,98,17); }

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

border-color css

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

 span { border-color: rgb(124,98,17); }

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