Html Css Color HEX #7C601F Yukon Gold

📋 copy color: '#7C601F'

red 124 ◦ green 96 ◦ blue 31

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

Shades of Yukon Gold #7C601F

Tints of Yukon Gold #7C601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.25%

 BLUE value IS 31 (12.5% from 255) = 12.35%

R = 49.4%
G = 38.25%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7C601F (or 0x7C601F) is known color: Yukon Gold. HEX triplet: 7C, 60 and 1F. RGB value is (124,96,31). Sum of RGB (Red+Green+Blue) = 124+96+31=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C601F is #839FE0. Grayscale: #616161. Windows color (decimal): -8626145 or 2056316. OLE color: 2056316.

HSL color Cylindrical-coordinate representation of color #7C601F: hue angle of 41.94º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C601F is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 96 31 -
CMYK 0 0.23 0.75 0.51
HSL 41.94º 0.6% 0.3% -
HSV(B) 41.94º 0.75% 0.49% -
XYZ 12.74 12.75 3.09 -
YUV 96.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 124 96 31 0 0.23 0.75 0.51 41.94 0.6 0.3
Hex 7C 60 1F 0 17 4B 33 2A 3C 1E
Octal 174 140 37 0 27 113 63 52 74 36
Binary 1111100 1100000 11111 0 10111 1001011 110011 101010 111100 11110

Color Harmonies of #7C601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C601F

Black with #7C601F

Text Example


Text Example

White with #7C601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,96,31); }

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

background-color css

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

 a { background-color: rgb(124,96,31); }

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

border-color css

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

 span { border-color: rgb(124,96,31); }

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