#6F6207

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

Shades of Yukon Gold #6F6207

Tints of Yukon Gold #6F6207

Color information

#6F6207 (or 0x6F6207) is unknown color: approx Yukon Gold. HEX triplet: 6F, 62 and 07. RGB value is (111,98,7). Sum of RGB (Red+Green+Blue) = 111+98+7=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6207 is #909DF8. Grayscale: #5B5B5B. Windows color (decimal): -9477625 or 483951. OLE color: 483951.

HSL color Cylindrical-coordinate representation of color #6F6207: hue angle of 52.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F6207 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB111987-
CMYK00.120.940.56
HSL52.5º88.14%23.14%-
HSV(B)52.5º93.69%43.53%-
XYZ10.9612.131.96-
YUV91.5180.31141.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 7 (3.12% from 255) = 3.24%
R=51.39%
G=45.37%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11198700.120.940.5652.588.1423.14
Hex6F6270C5E38345817
Octal1571427014136706413027
Binary11011111100010111011001011110111000110100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,98,7); }

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

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

 a { background-color: rgb(111,98,7); }

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

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

 span { border-color: rgb(111,98,7); }

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