Html Css Color HEX #7C6614 Yukon Gold

📋 copy color: '#7C6614'

red 124 ◦ green 102 ◦ blue 20

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

Shades of Yukon Gold #7C6614

Tints of Yukon Gold #7C6614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.46%

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

R = 50.41%
G = 41.46%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C6614 (or 0x7C6614) is known color: Yukon Gold. HEX triplet: 7C, 66 and 14. RGB value is (124,102,20). Sum of RGB (Red+Green+Blue) = 124+102+20=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6614 is #8399EB. Grayscale: #636363. Windows color (decimal): -8624620 or 1336956. OLE color: 1336956.

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

Color convert

RGB 124 102 20 -
CMYK 0 0.18 0.84 0.51
HSL 47.31º 0.72% 0.28% -
HSV(B) 47.31º 0.84% 0.49% -
XYZ 13.19 13.84 2.64 -
YUV 99.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 124 102 20 0 0.18 0.84 0.51 47.31 0.72 0.28
Hex 7C 66 14 0 12 54 33 2F 48 1C
Octal 174 146 24 0 22 124 63 57 110 34
Binary 1111100 1100110 10100 0 10010 1010100 110011 101111 1001000 11100

Color Harmonies of #7C6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6614

Black with #7C6614

Text Example


Text Example

White with #7C6614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,102,20); }

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

background-color css

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

 a { background-color: rgb(124,102,20); }

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

border-color css

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

 span { border-color: rgb(124,102,20); }

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