#6E6106

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

Shades of Yukon Gold #6E6106

Tints of Yukon Gold #6E6106

Color information

#6E6106 (or 0x6E6106) is unknown color: approx Yukon Gold. HEX triplet: 6E, 61 and 06. RGB value is (110,97,6). Sum of RGB (Red+Green+Blue) = 110+97+6=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6106 is #919EF9. Grayscale: #5A5A5A. Windows color (decimal): -9543418 or 418158. OLE color: 418158.

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

Color convert

RGB110976-
CMYK00.120.950.57
HSL52.5º89.66%22.75%-
HSV(B)52.5º94.55%43.14%-
XYZ10.7411.881.9-
YUV90.5180.31141.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.64%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=51.64%
G=45.54%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11097600.120.950.5752.589.6622.75
Hex6E6160C5F39345a17
Octal1561416014137716413227
Binary11011101100001110011001011111111001110100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,97,6); }

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

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

 a { background-color: rgb(110,97,6); }

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

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

 span { border-color: rgb(110,97,6); }

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