#6F5D15

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

Shades of Yukon Gold #6F5D15

Tints of Yukon Gold #6F5D15

Color information

#6F5D15 (or 0x6F5D15) is unknown color: approx Yukon Gold. HEX triplet: 6F, 5D and 15. RGB value is (111,93,21). Sum of RGB (Red+Green+Blue) = 111+93+21=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5D15 is #90A2EA. Grayscale: #5A5A5A. Windows color (decimal): -9478891 or 1400175. OLE color: 1400175.

HSL color Cylindrical-coordinate representation of color #6F5D15: hue angle of 48º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F5D15 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1119321-
CMYK00.160.810.56
HSL48º68.18%25.88%-
HSV(B)48º81.08%43.53%-
XYZ10.6111.262.32-
YUV90.1788.96142.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=49.33%
G=41.33%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111932100.160.810.564868.1825.88
Hex6F5D15010513830441a
Octal15713525020121706010432
Binary11011111011101101010100001010001111000110000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F5D15; }

 p { color: rgb(111,93,21); }

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

<style>
 a { background-color: #6F5D15; }

 a { background-color: rgb(111,93,21); }

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

<style>
 span { border-color: #6F5D15; }

 span { border-color: rgb(111,93,21); }

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