#6F6441

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

Shades of Yellow Metal #6F6441

Tints of Yellow Metal #6F6441

Color information

#6F6441 (or 0x6F6441) is unknown color: approx Yellow Metal. HEX triplet: 6F, 64 and 41. RGB value is (111,100,65). Sum of RGB (Red+Green+Blue) = 111+100+65=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6441 is #909BBE. Grayscale: #636363. Windows color (decimal): -9477055 or 4285551. OLE color: 4285551.

HSL color Cylindrical-coordinate representation of color #6F6441: hue angle of 45.65º 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 #6F6441 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB11110065-
CMYK00.100.410.56
HSL45.65º26.14%34.51%-
HSV(B)45.65º41.44%43.53%-
XYZ12.0712.886.85-
YUV99.3108.64136.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.22%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 65 (25.78% from 255) = 23.55%
R=40.22%
G=36.23%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111006500.100.410.5645.6526.1434.51
Hex6F64410A29382e1a23
Octal1571441010125170563243
Binary1101111110010010000010101010100111100010111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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