Html Css Color HEX #7C6616 Yukon Gold

📋 copy color: '#7C6616'

red 124 ◦ green 102 ◦ blue 22

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

Shades of Yukon Gold #7C6616

Tints of Yukon Gold #7C6616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 50%
G = 41.13%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7C6616 (or 0x7C6616) is known color: Yukon Gold. HEX triplet: 7C, 66 and 16. RGB value is (124,102,22). Sum of RGB (Red+Green+Blue) = 124+102+22=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6616 is #8399E9. Grayscale: #636363. Windows color (decimal): -8624618 or 1468028. OLE color: 1468028.

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

Color convert

RGB 124 102 22 -
CMYK 0 0.18 0.82 0.51
HSL 47.06º 0.7% 0.29% -
HSV(B) 47.06º 0.82% 0.49% -
XYZ 13.21 13.85 2.74 -
YUV 99.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 124 102 22 0 0.18 0.82 0.51 47.06 0.7 0.29
Hex 7C 66 16 0 12 52 33 2F 46 1D
Octal 174 146 26 0 22 122 63 57 106 35
Binary 1111100 1100110 10110 0 10010 1010010 110011 101111 1000110 11101

Color Harmonies of #7C6616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6616

Black with #7C6616

Text Example


Text Example

White with #7C6616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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