#6F6343

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

Shades of Yellow Metal #6F6343

Tints of Yellow Metal #6F6343

Color information

#6F6343 (or 0x6F6343) is unknown color: approx Yellow Metal. HEX triplet: 6F, 63 and 43. RGB value is (111,99,67). Sum of RGB (Red+Green+Blue) = 111+99+67=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6343 is #909CBC. Grayscale: #636363. Windows color (decimal): -9477309 or 4416367. OLE color: 4416367.

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

Color convert

RGB1119967-
CMYK00.110.400.56
HSL43.64º24.72%34.9%-
HSV(B)43.64º39.64%43.53%-
XYZ12.0312.717.13-
YUV98.94109.98136.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.07%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 67 (26.56% from 255) = 24.19%
R=40.07%
G=35.74%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111996700.110.400.5643.6424.7234.9
Hex6F63430B28382c1923
Octal1571431030135070543143
Binary1101111110001110000110101110100011100010110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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