#6F623F

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

Shades of Yellow Metal #6F623F

Tints of Yellow Metal #6F623F

Color information

#6F623F (or 0x6F623F) is unknown color: approx Yellow Metal. HEX triplet: 6F, 62 and 3F. RGB value is (111,98,63). Sum of RGB (Red+Green+Blue) = 111+98+63=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F623F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F623F is #909DC0. Grayscale: #626262. Windows color (decimal): -9477569 or 4153967. OLE color: 4153967.

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

Color convert

RGB1119863-
CMYK00.120.430.56
HSL43.75º27.59%34.12%-
HSV(B)43.75º43.24%43.53%-
XYZ11.8212.476.49-
YUV97.9108.31137.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.81%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 63 (25% from 255) = 23.16%
R=40.81%
G=36.03%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111986300.120.430.5643.7527.5934.12
Hex6F623F0C2B382c1c22
Octal157142770145370543442
Binary110111111000101111110110010101111100010110011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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