#6D620A

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

Shades of Yukon Gold #6D620A

Tints of Yukon Gold #6D620A

Color information

#6D620A (or 0x6D620A) is unknown color: approx Yukon Gold. HEX triplet: 6D, 62 and 0A. RGB value is (109,98,10). Sum of RGB (Red+Green+Blue) = 109+98+10=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D620A is #929DF5. Grayscale: #5B5B5B. Windows color (decimal): -9608694 or 680557. OLE color: 680557.

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

Color convert

RGB1099810-
CMYK00.100.910.57
HSL53.33º83.19%23.33%-
HSV(B)53.33º90.83%42.75%-
XYZ10.7312.012.04-
YUV91.2682.14140.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.23%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=50.23%
G=45.16%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109981000.100.910.5753.3383.1923.33
Hex6D62A0A5B39355317
Octal15514212012133716512327
Binary110110111000101010010101011011111001110101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D620A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,98,10); }

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

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

 a { background-color: rgb(109,98,10); }

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

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

 span { border-color: rgb(109,98,10); }

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