#6F6041

Color #6F6041 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #6F6041

Tints of Yellow Metal #6F6041

Color information

#6F6041 (or 0x6F6041) is unknown color: approx Yellow Metal. HEX triplet: 6F, 60 and 41. RGB value is (111,96,65). Sum of RGB (Red+Green+Blue) = 111+96+65=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6041 is #909FBE. Grayscale: #616161. Windows color (decimal): -9478079 or 4284527. OLE color: 4284527.

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

Color convert

RGB1119665-
CMYK00.140.410.56
HSL40.43º26.14%34.51%-
HSV(B)40.43º41.44%43.53%-
XYZ11.6912.136.73-
YUV96.95109.97138.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.81%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=40.81%
G=35.29%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111966500.140.410.5640.4326.1434.51
Hex6F60410E2938281a23
Octal1571401010165170503243
Binary1101111110000010000010111010100111100010100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,96,65); }

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

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

 a { background-color: rgb(111,96,65); }

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

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

 span { border-color: rgb(111,96,65); }

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