#6F624B

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

Shades of Soya Bean #6F624B

Tints of Soya Bean #6F624B

Color information

#6F624B (or 0x6F624B) is unknown color: approx Soya Bean. HEX triplet: 6F, 62 and 4B. RGB value is (111,98,75). Sum of RGB (Red+Green+Blue) = 111+98+75=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F624B is #909DB4. Grayscale: #636363. Windows color (decimal): -9477557 or 4940399. OLE color: 4940399.

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

Color convert

RGB1119875-
CMYK00.120.320.56
HSL38.33º19.35%36.47%-
HSV(B)38.33º32.43%43.53%-
XYZ12.1912.628.45-
YUV99.26114.31136.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.08%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=39.08%
G=34.51%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111987500.120.320.5638.3319.3536.47
Hex6F624B0C2038261324
Octal1571421130144070462344
Binary1101111110001010010110110010000011100010011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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