Html Css Color HEX #7C6115 Yukon Gold

📋 copy color: '#7C6115'

red 124 ◦ green 97 ◦ blue 21

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

Shades of Yukon Gold #7C6115

Tints of Yukon Gold #7C6115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 51.24%
G = 40.08%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7C6115 (or 0x7C6115) is known color: Yukon Gold. HEX triplet: 7C, 61 and 15. RGB value is (124,97,21). Sum of RGB (Red+Green+Blue) = 124+97+21=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6115 is #839EEA. Grayscale: #606060. Windows color (decimal): -8625899 or 1401212. OLE color: 1401212.

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

Color convert

RGB 124 97 21 -
CMYK 0 0.22 0.83 0.51
HSL 44.27º 0.71% 0.28% -
HSV(B) 44.27º 0.83% 0.49% -
XYZ 12.72 12.89 2.53 -
YUV 96.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 124 97 21 0 0.22 0.83 0.51 44.27 0.71 0.28
Hex 7C 61 15 0 16 53 33 2C 47 1C
Octal 174 141 25 0 26 123 63 54 107 34
Binary 1111100 1100001 10101 0 10110 1010011 110011 101100 1000111 11100

Color Harmonies of #7C6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6115

Black with #7C6115

Text Example


Text Example

White with #7C6115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,97,21); }

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

background-color css

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

 a { background-color: rgb(124,97,21); }

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

border-color css

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

 span { border-color: rgb(124,97,21); }

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