#6F6214

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

Shades of Yukon Gold #6F6214

Tints of Yukon Gold #6F6214

Color information

#6F6214 (or 0x6F6214) is unknown color: approx Yukon Gold. HEX triplet: 6F, 62 and 14. RGB value is (111,98,20). Sum of RGB (Red+Green+Blue) = 111+98+20=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6214 is #909DEB. Grayscale: #5D5D5D. Windows color (decimal): -9477612 or 1335919. OLE color: 1335919.

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

Color convert

RGB1119820-
CMYK00.120.820.56
HSL51.43º69.47%25.69%-
HSV(B)51.43º81.98%43.53%-
XYZ11.0512.172.43-
YUV9386.81140.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 20 (8.20% from 255) = 8.73%
R=48.47%
G=42.79%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111982000.120.820.5651.4369.4725.69
Hex6F62140C523833451a
Octal15714224014122706310532
Binary1101111110001010100011001010010111000110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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