Html Css Color HEX #7C6205 Yukon Gold

📋 copy color: '#7C6205'

red 124 ◦ green 98 ◦ blue 5

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

Shades of Yukon Gold #7C6205

Tints of Yukon Gold #7C6205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.17%

 BLUE value IS 5 (2.34% from 255) = 2.2%

R = 54.63%
G = 43.17%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#7C6205 (or 0x7C6205) is known color: Yukon Gold. HEX triplet: 7C, 62 and 05. RGB value is (124,98,5). Sum of RGB (Red+Green+Blue) = 124+98+5=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6205 is #839DFA. Grayscale: #5F5F5F. Windows color (decimal): -8625659 or 352892. OLE color: 352892.

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

Color convert

RGB 124 98 5 -
CMYK 0 0.21 0.96 0.51
HSL 46.89º 0.92% 0.25% -
HSV(B) 46.89º 0.96% 0.49% -
XYZ 12.71 13.03 1.99 -
YUV 95.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 124 98 5 0 0.21 0.96 0.51 46.89 0.92 0.25
Hex 7C 62 5 0 15 60 33 2F 5C 19
Octal 174 142 5 0 25 140 63 57 134 31
Binary 1111100 1100010 101 0 10101 1100000 110011 101111 1011100 11001

Color Harmonies of #7C6205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6205

Black with #7C6205

Text Example


Text Example

White with #7C6205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,98,5); }

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

background-color css

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

 a { background-color: rgb(124,98,5); }

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

border-color css

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

 span { border-color: rgb(124,98,5); }

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