Html Css Color HEX #7C6301 Yukon Gold

📋 copy color: '#7C6301'

red 124 ◦ green 99 ◦ blue 1

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

Shades of Yukon Gold #7C6301

Tints of Yukon Gold #7C6301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.2%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 55.36%
G = 44.2%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7C6301 (or 0x7C6301) is known color: Yukon Gold. HEX triplet: 7C, 63 and 01. RGB value is (124,99,1). Sum of RGB (Red+Green+Blue) = 124+99+1=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6301 is #839CFE. Grayscale: #5F5F5F. Windows color (decimal): -8625407 or 91004. OLE color: 91004.

HSL color Cylindrical-coordinate representation of color #7C6301: hue angle of 47.8º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C6301 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 99 1 -
CMYK 0 0.20 0.99 0.51
HSL 47.8º 0.98% 0.25% -
HSV(B) 47.8º 0.99% 0.49% -
XYZ 12.78 13.21 1.91 -
YUV 95.3 74.78 148.47 -
System Red Green Blue C M Y K H S L
Decimal 124 99 1 0 0.20 0.99 0.51 47.8 0.98 0.25
Hex 7C 63 1 0 14 63 33 30 62 19
Octal 174 143 1 0 24 143 63 60 142 31
Binary 1111100 1100011 1 0 10100 1100011 110011 110000 1100010 11001

Color Harmonies of #7C6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6301

Black with #7C6301

Text Example


Text Example

White with #7C6301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,99,1); }

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

background-color css

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

 a { background-color: rgb(124,99,1); }

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

border-color css

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

 span { border-color: rgb(124,99,1); }

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