Html Css Color HEX #7C6119 Yukon Gold

📋 copy color: '#7C6119'

red 124 ◦ green 97 ◦ blue 25

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

Shades of Yukon Gold #7C6119

Tints of Yukon Gold #7C6119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 50.41%
G = 39.43%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C6119 (or 0x7C6119) is known color: Yukon Gold. HEX triplet: 7C, 61 and 19. RGB value is (124,97,25). Sum of RGB (Red+Green+Blue) = 124+97+25=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6119 is #839EE6. Grayscale: #616161. Windows color (decimal): -8625895 or 1663356. OLE color: 1663356.

HSL color Cylindrical-coordinate representation of color #7C6119: hue angle of 43.64º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C6119 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 97 25 -
CMYK 0 0.22 0.80 0.51
HSL 43.64º 0.66% 0.29% -
HSV(B) 43.64º 0.8% 0.49% -
XYZ 12.76 12.9 2.74 -
YUV 96.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 124 97 25 0 0.22 0.80 0.51 43.64 0.66 0.29
Hex 7C 61 19 0 16 50 33 2C 42 1D
Octal 174 141 31 0 26 120 63 54 102 35
Binary 1111100 1100001 11001 0 10110 1010000 110011 101100 1000010 11101

Color Harmonies of #7C6119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6119

Black with #7C6119

Text Example


Text Example

White with #7C6119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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