#6F624A

Color #6F624A Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #6F624A

Tints of Soya Bean #6F624A

Color information

#6F624A (or 0x6F624A) is unknown color: approx Soya Bean. HEX triplet: 6F, 62 and 4A. RGB value is (111,98,74). Sum of RGB (Red+Green+Blue) = 111+98+74=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F624A is #909DB5. Grayscale: #636363. Windows color (decimal): -9477558 or 4874863. OLE color: 4874863.

HSL color Cylindrical-coordinate representation of color #6F624A: hue angle of 38.92º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F624A is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1119874-
CMYK00.120.330.56
HSL38.92º20%36.27%-
HSV(B)38.92º33.33%43.53%-
XYZ12.1612.618.27-
YUV99.15113.81136.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=39.22%
G=34.63%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111987400.120.330.5638.922036.27
Hex6F624A0C2138271424
Octal1571421120144170472444
Binary1101111110001010010100110010000111100010011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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