#7C691F

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

Shades of Yukon Gold #7C691F

Tints of Yukon Gold #7C691F

Color information

#7C691F (or 0x7C691F) is unknown color: approx Yukon Gold. HEX triplet: 7C, 69 and 1F. RGB value is (124,105,31). Sum of RGB (Red+Green+Blue) = 124+105+31=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C691F is #8396E0. Grayscale: #666666. Windows color (decimal): -8623841 or 2058620. OLE color: 2058620.

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

Color convert

RGB12410531-
CMYK00.150.750.51
HSL47.74º60%30.39%-
HSV(B)47.74º75%48.63%-
XYZ13.6114.493.38-
YUV102.2487.79143.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.69%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 31 (12.5% from 255) = 11.92%
R=47.69%
G=40.38%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241053100.150.750.5147.746030.39
Hex7C691F0F4B33303c1e
Octal1741513701711363607436
Binary111110011010011111101111100101111001111000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C691F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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