#6E600D

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

Shades of Yukon Gold #6E600D

Tints of Yukon Gold #6E600D

Color information

#6E600D (or 0x6E600D) is unknown color: approx Yukon Gold. HEX triplet: 6E, 60 and 0D. RGB value is (110,96,13). Sum of RGB (Red+Green+Blue) = 110+96+13=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E600D is #919FF2. Grayscale: #5B5B5B. Windows color (decimal): -9543667 or 876654. OLE color: 876654.

HSL color Cylindrical-coordinate representation of color #6E600D: hue angle of 51.34º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E600D is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB1109613-
CMYK00.130.880.57
HSL51.34º78.86%24.12%-
HSV(B)51.34º88.18%43.14%-
XYZ10.6911.712.08-
YUV90.7284.14141.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.23%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 13 (5.47% from 255) = 5.94%
R=50.23%
G=43.84%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110961300.130.880.5751.3478.8624.12
Hex6E60D0D5839334f18
Octal15614015015130716311730
Binary110111011000001101011011011000111001110011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,96,13); }

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

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

 a { background-color: rgb(110,96,13); }

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

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

 span { border-color: rgb(110,96,13); }

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