Html Css Color HEX #7C641F Yukon Gold

📋 copy color: '#7C641F'

red 124 ◦ green 100 ◦ blue 31

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

Shades of Yukon Gold #7C641F

Tints of Yukon Gold #7C641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.22%

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

R = 48.63%
G = 39.22%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7C641F (or 0x7C641F) is known color: Yukon Gold. HEX triplet: 7C, 64 and 1F. RGB value is (124,100,31). Sum of RGB (Red+Green+Blue) = 124+100+31=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C641F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C641F is #839BE0. Grayscale: #636363. Windows color (decimal): -8625121 or 2057340. OLE color: 2057340.

HSL color Cylindrical-coordinate representation of color #7C641F: hue angle of 44.52º 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 #7C641F is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 100 31 -
CMYK 0 0.19 0.75 0.51
HSL 44.52º 0.6% 0.3% -
HSV(B) 44.52º 0.75% 0.49% -
XYZ 13.12 13.5 3.21 -
YUV 99.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 124 100 31 0 0.19 0.75 0.51 44.52 0.6 0.3
Hex 7C 64 1F 0 13 4B 33 2D 3C 1E
Octal 174 144 37 0 23 113 63 55 74 36
Binary 1111100 1100100 11111 0 10011 1001011 110011 101101 111100 11110

Color Harmonies of #7C641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C641F

Black with #7C641F

Text Example


Text Example

White with #7C641F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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