#6F610A

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

Shades of Yukon Gold #6F610A

Tints of Yukon Gold #6F610A

Color information

#6F610A (or 0x6F610A) is unknown color: approx Yukon Gold. HEX triplet: 6F, 61 and 0A. RGB value is (111,97,10). Sum of RGB (Red+Green+Blue) = 111+97+10=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F610A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F610A is #909EF5. Grayscale: #5B5B5B. Windows color (decimal): -9477878 or 680303. OLE color: 680303.

HSL color Cylindrical-coordinate representation of color #6F610A: hue angle of 51.68º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F610A is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1119710-
CMYK00.130.910.56
HSL51.68º83.47%23.73%-
HSV(B)51.68º90.99%43.53%-
XYZ10.8911.952.02-
YUV91.2782.14142.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.92%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 10 (4.30% from 255) = 4.59%
R=50.92%
G=44.50%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111971000.130.910.5651.6883.4723.73
Hex6F61A0D5B38345318
Octal15714112015133706412330
Binary110111111000011010011011011011111000110100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,97,10); }

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

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

 a { background-color: rgb(111,97,10); }

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

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

 span { border-color: rgb(111,97,10); }

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