#6F613F

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

Shades of Yellow Metal #6F613F

Tints of Yellow Metal #6F613F

Color information

#6F613F (or 0x6F613F) is unknown color: approx Yellow Metal. HEX triplet: 6F, 61 and 3F. RGB value is (111,97,63). Sum of RGB (Red+Green+Blue) = 111+97+63=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F613F is #909EC0. Grayscale: #616161. Windows color (decimal): -9477825 or 4153711. OLE color: 4153711.

HSL color Cylindrical-coordinate representation of color #6F613F: hue angle of 42.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F613F is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1119763-
CMYK00.130.430.56
HSL42.5º27.59%34.12%-
HSV(B)42.5º43.24%43.53%-
XYZ11.7312.296.46-
YUV97.31108.64137.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 97 (38.28% from 255) = 35.79%
BLUE value IS 63 (25% from 255) = 23.25%
R=40.96%
G=35.79%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111976300.130.430.5642.527.5934.12
Hex6F613F0D2B382a1c22
Octal157141770155370523442
Binary110111111000011111110110110101111100010101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,97,63); }

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

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

 a { background-color: rgb(111,97,63); }

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

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

 span { border-color: rgb(111,97,63); }

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