Html Css Color HEX #7C6605 Yukon Gold

📋 copy color: '#7C6605'

red 124 ◦ green 102 ◦ blue 5

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

Shades of Yukon Gold #7C6605

Tints of Yukon Gold #7C6605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.16%

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

R = 53.68%
G = 44.16%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#7C6605 (or 0x7C6605) is known color: Yukon Gold. HEX triplet: 7C, 66 and 05. RGB value is (124,102,5). Sum of RGB (Red+Green+Blue) = 124+102+5=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6605 is #8399FA. Grayscale: #616161. Windows color (decimal): -8624635 or 353916. OLE color: 353916.

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

Color convert

RGB 124 102 5 -
CMYK 0 0.18 0.96 0.51
HSL 48.91º 0.92% 0.25% -
HSV(B) 48.91º 0.96% 0.49% -
XYZ 13.09 13.8 2.12 -
YUV 97.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 124 102 5 0 0.18 0.96 0.51 48.91 0.92 0.25
Hex 7C 66 5 0 12 60 33 31 5C 19
Octal 174 146 5 0 22 140 63 61 134 31
Binary 1111100 1100110 101 0 10010 1100000 110011 110001 1011100 11001

Color Harmonies of #7C6605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6605

Black with #7C6605

Text Example


Text Example

White with #7C6605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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