#7c651c

Color #7C651C Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #7C651C

Tints of Yukon Gold #7C651C

Color information

#7C651C (or 0x7C651C) is unknown color: approx Yukon Gold. HEX triplet: 7C, 65 and 1C. RGB value is (124,101,28). Sum of RGB (Red+Green+Blue) = 124+101+28=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C651C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C651C is #839AE3. Grayscale: #636363. Windows color (decimal): -8624868 or 1860988. OLE color: 1860988.

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

Color convert

RGB12410128-
CMYK00.190.770.51
HSL45.62º63.16%29.8%-
HSV(B)45.62º77.42%48.63%-
XYZ13.1813.683.04-
YUV99.5687.62145.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.01%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 28 (11.33% from 255) = 11.07%
R=49.01%
G=39.92%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241012800.190.770.5145.6263.1629.8
Hex7C651C0134D332e3f1e
Octal1741453402311563567736
Binary1111100110010111100010011100110111001110111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c651c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,101,28); }

 H1.HeaderClassName
 {
   color: #7c651c;
 }
 .AnyTagClassName
 {
   color: #7c651c;
 }
</style>
background-color css

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

 a { background-color: rgb(124,101,28); }

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

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

 span { border-color: rgb(124,101,28); }

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