#6F6643

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

Shades of Yellow Metal #6F6643

Tints of Yellow Metal #6F6643

Color information

#6F6643 (or 0x6F6643) is unknown color: approx Yellow Metal. HEX triplet: 6F, 66 and 43. RGB value is (111,102,67). Sum of RGB (Red+Green+Blue) = 111+102+67=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6643 is #9099BC. Grayscale: #646464. Windows color (decimal): -9476541 or 4417135. OLE color: 4417135.

HSL color Cylindrical-coordinate representation of color #6F6643: hue angle of 47.73º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F6643 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB11110267-
CMYK00.080.400.56
HSL47.73º24.72%34.9%-
HSV(B)47.73º39.64%43.53%-
XYZ12.3213.297.23-
YUV100.7108.98135.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.64%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 67 (26.56% from 255) = 23.93%
R=39.64%
G=36.43%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111026700.080.400.5647.7324.7234.9
Hex6F6643082838301923
Octal1571461030105070603143
Binary1101111110011010000110100010100011100011000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,67); }

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

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

 a { background-color: rgb(111,102,67); }

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

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

 span { border-color: rgb(111,102,67); }

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