Html Css Color HEX #7C6610 Yukon Gold

📋 copy color: '#7C6610'

red 124 ◦ green 102 ◦ blue 16

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

Shades of Yukon Gold #7C6610

Tints of Yukon Gold #7C6610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 51.24%
G = 42.15%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#7C6610 (or 0x7C6610) is known color: Yukon Gold. HEX triplet: 7C, 66 and 10. RGB value is (124,102,16). Sum of RGB (Red+Green+Blue) = 124+102+16=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6610 is #8399EF. Grayscale: #636363. Windows color (decimal): -8624624 or 1074812. OLE color: 1074812.

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

Color convert

RGB 124 102 16 -
CMYK 0 0.18 0.87 0.51
HSL 47.78º 0.77% 0.27% -
HSV(B) 47.78º 0.87% 0.49% -
XYZ 13.16 13.83 2.47 -
YUV 98.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 124 102 16 0 0.18 0.87 0.51 47.78 0.77 0.27
Hex 7C 66 10 0 12 57 33 30 4D 1B
Octal 174 146 20 0 22 127 63 60 115 33
Binary 1111100 1100110 10000 0 10010 1010111 110011 110000 1001101 11011

Color Harmonies of #7C6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6610

Black with #7C6610

Text Example


Text Example

White with #7C6610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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